Hi John: > This is my embarrassingly simple first post to this list, but I can't find > the answer. Be gentle with me - answer this and then I'll quietly leave the > list. >
Some of us other newbies like the embarrassingly simple questions, otherwise we'd have nothing to respond to! Also, rather than leaving the list, consider sticking around...it won't be long before you can lend a hand to another newbie like yourself (promotes good karma). > I want to specify a text string in the Subject header such that if it > exists, the msg will NOT be considered spam, no matter what else might be > wrong with it. I'd manage this through your procmail config. For example, you probably have a procmail line that says something like this in your procmailrc: :0fw * < 256000 | /usr/bin/spamc -f Just add one line, like this: :0fw * < 256000 * !^Subject:.YourSpecificTextString | /usr/bin/spamc -f Now, any message with YourSpecificTextString in the subject won't be sent to spamc. Regards; DaC ------------------------------------------------------- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk