Re: [otrs] Using the mask "*" in PostMaster Filters

2011-04-17 Thread Muhammad El-Sergani
Thanks Renee, Gerald, Both are working fine. Thanks and Best Regards, Muhammad El-Sergani. On Sun, Apr 17, 2011 at 5:05 PM, Renée Bäcker < mailinglis...@renee-baecker.de> wrote: > Hi all, > > OTRS is evaluating the postmaster filter as a Perl regular expression > and *@example.com is not a va

Re: [otrs] Using the mask "*" in PostMaster Filters

2011-04-17 Thread Renée Bäcker
Hi all, OTRS is evaluating the postmaster filter as a Perl regular expression and *@example.com is not a valid Regex. You should try .*\@example.com "." means "everything but a newline" in regular expressions. Cheers, Renée On 16.04.2011 23:34, Muhammad El-Sergani wrote: > Hi all, > > I've been

Re: [otrs] Using the mask "*" in PostMaster Filters

2011-04-16 Thread Muhammad El-Sergani
Thanks Gerald, I'll give it a shot. On Saturday, April 16, 2011, Gerald Young wrote: > You should be able to do it without *. > > On Sat, Apr 16, 2011 at 5:34 PM, Muhammad El-Sergani > wrote: > Hi all, > > I've been trying to match "From: *@example.com", but failing. OTRS does not > allow suc

Re: [otrs] Using the mask "*" in PostMaster Filters

2011-04-16 Thread Gerald Young
You should be able to do it without *. On Sat, Apr 16, 2011 at 5:34 PM, Muhammad El-Sergani wrote: > Hi all, > > I've been trying to match "From: *@example.com", but failing. OTRS does > not allow such a mask at the beginning of the value. > I could do "From a*@example.com" though and it would al