On Thu, 14 Dec 2000, Thomas M. Albright wrote:

> I made a procmail recipe
> :0:
>  * ^Subject.*[listname]
>  listname-folder
> 
> But now *everything* gets put in listname-folder!! Help?

The square brackets denote a character class. That pattern matches the
fixed string "Subject", followed by zero or more characters, followed by
one of "l", "i", "s", "t", "n", "a", "m", or "e".

Try escaping the brackets with backslashes:

    * ^Subject.*\[listname\]


--
John Abreau / Executive Director, Boston Linux & Unix 
ICQ#28611923 / AIM abreauj / Email [EMAIL PROTECTED]


**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************

Reply via email to