The permissions on /tmp/spam are 777. It was indeed a folder, not a file, so I changed it to a file with 777 permissions and ran through the 4 mailbox commands again and still no delete... I'm still looking through the logs for anything that seems odd.
Thanks again for all your help. Kyle Reynolds 972-731-4731 [EMAIL PROTECTED] "jdow" <[EMAIL PROTECTED] To: <users@spamassassin.apache.org> et> cc: Subject: Re: how to call procmail for spam delete? 01/26/2005 05:36 PM From: <[EMAIL PROTECTED]> > I tried: > > mailbox_command = /usr/local/bin/procmail -f- -a "$USER" > mailbox_command = /usr/local/bin/procmail > mailbox_command = /usr/local/bin/procmail -pm /etc/procmailrc > mailbox_command = /usr/local/bin/procmail -a "$EXTENSION" > > and all of them work as far as spamassassin still tags and the mail still > gets delivered, but none of them have caused the procmail delete to begin > working... OK, I was unclear if you were even getting into procmailrc at all. Since you are something important is what mailbox format you are using. You cite a rule: ===8<--- :0: * ^X-Spam-Status: Yes /tmp/spam ===8<--- What are the permissions on /tmp/spam? Is /tmp/spam a directory (as for mailbox format) or a file (as for mbox format?) I believe procmail may want to throw things into a file rather than a directory. (I use mbox format here for salearn convenience. So for me such as "/tmp/spam" must be a file.) {^_^}