procmail
[Top] [All Lists]

Re: [SAtalk] Spamlister

2003-01-24 02:55:11
I tried that (btw, I'm not great with procmail either) and I think it didn't work - so what I have now is this:
:0c:
* ^X-Spam-Status: Yes
Folders/spam
:0:
* ^X-Spam-Status: Yes
| grep -i "From:" | spamlister

Hope this helps - but some people on procmail list maybe know a better way...

mimo

Matt Thoene wrote:

On Thursday, January 23, 2003 @ 4:42:18 AM [-0700], mimo wrote:

I have written a little perl script to help with blacklisting senders'
addresses in postfix which uses procmail + spamassassin and works fine
with postfix - probably with any other MTA.


Mimo...I'm not great with procmail so if you could answer just this one
question...

Can I still deliver the spam messages to an alternate box after this
trap is run?  For example, will the following pull the From lines, then
deliver it to /spam?

:0:
  * ^X-Spam-Status: Yes
  | grep -i "From:" | <full path to>/spamlister
  /spam


Thanks.

<Prev in Thread] Current Thread [Next in Thread>