On Wed, Sep 17, 2003 at 04:39:33PM +0200, Jens Strohschnitter wrote: > is it possible to write a seperate logfile for spamd/spamc > that logs all spam-recognized mails ? The parameterlist of > spamd/spamc showes me no command that I can use for.
Use procmail. Fwiw, here's something I am toying with, maybe it will work for you: SPAMLOGDIR=/var/log/spamlog :0c * X-Spam-Flag: YES | printf '.' >> "$SPAMLOGDIR/$RECIPIENT" Then I can use the size of the file to recognize how many spams have been identified for that recipient address. (Note that setting $RECIPIENT is left up to you depending on what MTA you're using, etc..) ------------------------------------------------------- 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