procmail
[Top] [All Lists]

Re: Blocking "re: ]"

2004-07-28 12:17:21
Thanks Scott.

I have another question....

Will be the procmail understand "re: \]" either as "re, space, ]" or "re, any expression, ]"?

Thanks!

Priscila


Scott Wiersdorf wrote:

On Wed, Jul 28, 2004 at 03:06:51PM -0300, Priscila wrote:
Hello!

How to block "re: ]" expression? I tried:

:0
* ^Subject:.*re: ]$
/dev/null

Because ']' is a special character to procmail, you'll need to escape
it somehow. These will both work:

* ^Subject:.*re: (])$
* ^Subject:.*re: \]$

Scott



____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail