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.) {^_^}