Hello,

i am not so familiar with regex, possibly someone
can help me.

Currently i use in the ACL section:

deny message = Use [EMAIL PROTECTED] as recipient \n\
                i.e. [EMAIL PROTECTED]
       condition = ${if eq{$local_part}{robot}{1}{0}}
       domains=test.archesoft.de

I am loking for a condition, that better checks valid
recipients.
- the first chars of the local_part should be numeric.
- the length of the numeric chars should be at least 8
- last chars of local_part should be '-robot'

I wasn't able to work out a workable regex to meet the 3 conditions.

Possibly you can send me an example of a similiar regex
or give me a link to some webpages.

Thanks,
Torsten

-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to