Hi

>From being on here a while, this isn't the worst list in the world....

<thinks about typing this, but hey sod it>  ....not like some of the
egotistical tossers on the qmail list who spend time flaming *every* newbie
(not to name any names).....   ;)


Pete
Also well impressed by SA and the support surrounding it.


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of David
A. Carter
Sent: 08 January 2004 19:48
To: [EMAIL PROTECTED]
Subject: Re: [SAtalk] Simple newbie question


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





-------------------------------------------------------
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

Reply via email to