> 1. I'm invoking SA from /etc/procmailrc, which works well. But I'm 
> trying to keep a copy of everything that SA tags as spam, using the 
> following:

At sometime I used:

FILESPAM=/var/maildump/$LOGNAME.spam
DUMMY=`test -f $FILESPAM || touch $FILESPAM`
:0 c:
* ^X-Spam-Status: Yes
| /usr/local/bin/spamassassin -d -P | /usr/bin/gzip  >>$FILESPAM

It was woring well, creating one spam file per user.

Your problem may be linked to the load of your server, you can deliver
only one mail at a time...

> 2. Am I correct in assuming that if I'm using spamc/d, I need to invoke 
> "| spamc -u $LOGNAME" from /etc/procmailrc?

Or use DROPPRIVS=yes before calling spamc

Olivier

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to