Thanx Matt

header SUBJECT_ENCODED_MY_TEST  Subject:raw =~ /=\?.*\?=/i

catches anything starting with =? and ending with ?= no matter what character set
is embedded.

Regards
Greg

----- Original Message ----- 
From: "Matt Kettler" <[EMAIL PROTECTED]>
To: "Greg Cirino - Cirelle Enterprises" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, January 13, 2004 3:09 PM
Subject: Re: [SAtalk] Munged (encoded) Subject


| At 02:55 PM 1/13/2004, Greg Cirino - Cirelle Enterprises wrote:
| >anybody have any idea how to catch something like this?
| >
| >Subject: 
| >=?ISO-8859-1?B?RmFzdGVzdCBQcmVzY3JpcHRpXm9uIERydSlncyBEZWxpdmVyeSBOYXRpb253aWRl?=
| >
| >I've tried variations of
| >header SUBJECT_ENCODED_MY_TEST Subject =~ /=\?.*\?=/
| >
| >but it just ignores it.
| 
| By default QP encoding is decoded prior to running header rules, so you'll 
| need to use Subject:raw instead of Subject. 
| 
| 
| 
| -------------------------------------------------------
| 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