On Monday 11 December 2006 15:45, Torsten Mueller wrote: > 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'
Sounds simple enough.
^\d{8,}-robot$
Escape properly.
--
Magnus Holmgren [EMAIL PROTECTED]
(No Cc of list mail needed, thanks)
"Exim is better at being younger, whereas sendmail is better for
Scrabble (50 point bonus for clearing your rack)" -- Dave Evans
pgpJSdqUSJTYN.pgp
Description: PGP signature
-- ## 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/
