> -----Original Message-----
> From: jpf

> Is there someway that I can edit the subject line to get the 
> SA score in there? I am using SA 2.55 and procmail.


You will have to double check me, but here is my attempt:

d = [0-9]

:0
* $ X-Spam-Status: Yes, hits=\/$d+\.$d
{
   HITS = $MATCH

   :0
   * ^Subject: \/.*$
   {
      SUBJECT = $MATCH
   }

   :0 fhw
   | formail -I "Subject: $SUBJECT, hits=$HITS
}


--Larry



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to