> > I'd like to have all mail marked as possible spam copied to a 
> > separate 
> > address (like [EMAIL PROTECTED])....one possible way is to pass all 
> > mail through a regex and redirect accordingly, but I'm 
> > finding qmail's 
> > facilities for that a bit cumbersome, and probably a waste of 
> > resources. 
> > It would be cool if I could do this from spamassassin 
> > directly, as soon 
> > as it determines that an email is likely spam.
> > Is this something that might be implemented? Or can one of the 
> > spamassassin hackers out there provide a patch (or maybe even 
> > a big hint 
> > as to how to do it myself)?

maildrop would work great for this. I use a global maildroprc file (this 
gets processed before users .mailfilter files) and it works great for 
delivering SA tagged mail to users 'spam' IMAP folder. I imagine a quick 
cc line in there would do exactly what you want (the following is 
untested!) 

if (/X-Spam-Status: Yes/)
    cc [EMAIL PROTECTED]
    to $HOME/Maildir/.spam/



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to