I'm trying to create inbound rule that will ignore all incoming mail where From contains:
[any 1 or more non-digit symbols]+[1-or-more-digit-symbols]+[any 1 or more non-digit symbols]+'@' For example: [EMAIL PROTECTED] [EMAIL PROTECTED] and so on The rule \D+\d+\D+@ not working, but \D+\d+\D+ - working, \D+\d+\D@ - also working Thanks in advance, Regards, Dmitri Elgin, http://imailzip.com To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
