Can I use a regex in messagesize.rules
Alex Broens
ms-list at alexb.ch
Wed Jul 7 11:19:02 IST 2010
On 2010-07-07 11:34, Ram wrote:
> I have MailScanner version 4.70.7 on CentOS 5.2
>
> If I have a rule in MailScanner messagesize like
>
> To: ram at netcore.co.in 10000
> This works fine
>
>
>
> Some regular expressions like these work too
> To: ram@(mumbai\.)?netcore.co.in 10000
>
>
> But Expressions like these dont work
> To: ram@(.+\.)?netcore.co.in
>
what about ?
To: ram@(.*\.)?netcore.co.in
More information about the MailScanner
mailing list