4 messages in net.sourceforge.lists.courier-sqwebmailRe: [sqwebmail] 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:Re: [sqwebmail] Edit Mail Filter problem with regexp'sActions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Oct 25, 2004 3:36:38 pm
List:net.sourceforge.lists.courier-sqwebmail

Eric Berggren writes:

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).

It's a bug in the regexp validation routine.

Just duplicate the ending character, for now: [0-99]