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 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 allow such.
>
> How can I reach what I need above?
> I would like to match any users @example.com.
>
> Thanks and Best Regards,
> Muhammad El-Sergani.
-- 
Perl-Magazin: http://perl-magazin.de
Perl-Nachrichten: http://perl-nachrichten.de


---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Reply via email to