I have a procmail file like this:

LOGFILE=/var/log/procmail.log
VERBOSE=yes

:0fw
* < 256000
|/usr/bin/spamassassin -D
        :0e
        {
                EXITCODE=$?
        }
        :0:
        * ^X-Spam-Status: Yes
        /usr/log/SPAM


OK this makes a log of every spam that enter in my mail server, but it sends
the mail aniway, so my question is, how can i send the mail back to the
sender and put it in the garbage?

Thanks.

Cumprimentos

Bruno Pereira
DSI
218452059
[EMAIL PROTECTED]



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to