-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday 02 January 2004 18:59, Jack Gostl wrote: > > On Friday 02 January 2004 17:26, Jack Gostl wrote: > > > This is really more of a procmail question, but its part of the process. > > > > > > If I spot a certain string in the subject line, I'd like to stop the > > > process and let the mail through without invoking spamassassin. Can anyone > > > clue me in as to how to do this? > > > > > > Here is how I do that. > > :0 > > * ! ^Subject:(.*\<)?\[SAtalk\] > > { } # official procmail no-op. MUST LEAVE SPACE > > :0 E > > { > > :0 > > /dev/null > > } > > So, if I wanted to bypass spamassassin for anything with "zorch" in the > subject line I would put the following at the front of my .procmailrc? > > :0 > * ^Subject:.*zorch > { }
Here is how I would add 'zorch' to go to /dev/null without touching spamassassin. This way also allow muiltipal items to be sent to /dev/null. Yes it is a little more work in the short run, but I have several mailing list that I do not want to go to another email box. :0 * ! ^Subject:(.*\<)?\[SAtalk\] * ! ^Subject:(.*\<)?\zorch { } # official procmail no-op. MUST LEAVE SPACE :0 E { :0 /dev/null } Douglas -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE/9jkfSpWn8R0Z08URAgxqAJ9iKqjXjtp/maKmc5THR/YAfsO+MQCfT8mv LvkHNZcX4McjVh0rv5dxH1s= =smjQ -----END PGP SIGNATURE----- ------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk