> could you describe an alternative scenario using cyrus My setup calls Spamassassin only on incoming mail via procmail and uses per-user preferences in a MySQL db.
In /etc/postfix/master.cf: # Procmail delivery procmail unix - n n - - pipe flags=R user=cyrus argv=/usr/bin/procmail -t -m USER=${user} EXTENSION=${extension} /etc/procmailrc In /etc/postfix/main.cf: # Not sure if you need both, but I use both, so.. mailbox_command = /usr/bin/procmail -t -a "$EXTENSION" mailbox_transport = procmail In /etc/procmailrc: DELIVERMAIL="/usr/sbin/cyrdeliver" IMAP="$DELIVERMAIL -e -a $USER $USER" SPAMC="/usr/bin/spamc -u $USER" ########################################################### ### Spam Assassin ########################################################### :0fw | $SPAMC ########################################################### ### Deliver it to the user inbox ########################################################### :0 w | $IMAP :0 w { EXITCODE=$? HOST } ------------------------------------------------------- This SF.net email is sponsored by: eBay Get office equipment for less on eBay! http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5 _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk