Helmut Schneider wrote:
>
>Interesting, with "^subject:.*Declined.*"
>
>Subject: Declined: [Somelist] Invitation to workshop on 13rd Dec. 2008
>
>matches while
>
>Subject: [Somelist] Declined:  Invitation to workshop on 13rd Dec. 2008
>
>does not. Huh?!


It turns out that RFC 2047 encoded headers are not decoded before
matching against the regexps. Is that the issue here? What do the raw
headers look like?

I think that the headers should be decoded, but I wonder if people are
currently working around this with regexps that match encoded headers
and wouldn't match decoded headers.

-- 
Mark Sapiro <[EMAIL PROTECTED]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to