4 messages in net.sourceforge.lists.courier-sqwebmail[sqwebmail] Re: Edit Mail Filter prob...
FromSent OnAttachments
Eric BerggrenOct 25, 2004 11:00 am 
Eric BerggrenOct 25, 2004 3:02 pm 
Sam VarshavchikOct 25, 2004 3:36 pm 
Eric BerggrenOct 26, 2004 11:25 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[sqwebmail] Re: Edit Mail Filter problem with regexp'sActions...
From:Eric Berggren (eri@transmeta.com)
Date:Oct 25, 2004 3:02:38 pm
List:net.sourceforge.lists.courier-sqwebmail

I guess i should have dug into exactly what the "grep" syntax is, which doesn't officially provide a [0-9] range operation - but it definately works when placed in the filter file directly.

In any case, won't worry about trying to change the standard, tho we'll change the text from "regular expression (a pattern)" to "... (a grep(1) pattern)" or somesuch.

-ericb

In SQwebmail 4.0.7 (first version we've used), noticed that one can't use a '[0-9]' style regexp ([a-z] or simply have '-' in between []'s); gives 'ERROR: Invalid or missing header pattern or recipient address, please reenter'. One can use '[:digit:]' etc, however, but the others should be acceptable (maildrop itself has no problem with it).