On Thu, 14 Dec 2000, John Abreau wrote:

> 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\]
>
That did it. Thanks to everyone that helped!

-- 
Thomas M. Albright
Albright Enterprises - "The Small Business Solution"
http://www.albrightent.com/


**********************************************************
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