On Tue, 2 Dec 2003 04:18:38 -0500, Rich H. <[EMAIL PROTECTED]>
posted to spamassassin-talk:
 > :0:
 > * ^Subject: *****SPAM*****
 > Spamfolder

Apart from the line termination issue which several people already
explained, this will never match anything. You need to protect the
asterisks because they have a special meaning in regular expressions.
Adding insult to injury, Procmail won't cope if the first character of
a regular expression is a backslash, so we have to add a set of parens
to protect +that+ as well.

  :0:
  * ^Subject: (\*\*\*\*\*SPAM\*\*\*\*\*)
  Spamfolder

Hope this helps,

/* era */

-- 
The email address era     the contact information   Just for kicks, imagine
at iki dot fi is heavily  link on my home page at   what it's like to get
spam filtered.  If you    <http://www.iki.fi/era/>  500 pieces of spam for
want to reach me, see     instead.                  each wanted message.



-------------------------------------------------------
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_id=1278&alloc_id=3371&op=click
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to