I am trying to filter email addresses which are sent to a domain in the
format of 1-20 lower case or numeric characters, a dot, one or two
numeric characters, then ending with @domain.tld. The regular
expressions with which I am familiar would dictate that the filter would
look like:
* ^TO_[a-z0-9-]{1,20}+(\.[0-9-]{1,2}+)@domain\.tld
However, this does not seem to work. Any ideas of the source of the
problem?
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail