Jeremy Morton:
> The trouble is, a content filter may want to discard the e-mail (for 
> instance, if it is sure it's spam), yet not generate a bounce.  At the 

To discard mail:

1) Read the message from stdin until EOF.

2) Produce zero output on stdout or stderr.

3) Return a zero exit status.

        Wietse

Reply via email to