Sebastian Kaps <[EMAIL PROTECTED]> writes: > ,----[ ~/.tmda/filters/headers_incoming ] > | 'Subject:.*Sildenafil Citrate' > `----
I haven't had time to look at the RFC2047 part of this question, but right off, I can see that this won't work. You need to remove the surrounding single quotes from the line. Quotes are only necessary in filter files so that the parser can figure out where the regular expression ends (embedded whitespace is a problem). In text files with one expression per line (like REs in 'headers-file' files, or email addresses in 'from-file' files), the quotes are just part of the string -- they are neither recognized not removed. Tim _____________________________________________ tmda-users mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-users
