Printed/downloaded from www.mxorb.com :: Copyright © mxORB Software, All Rights Reserved
The default mxORB 2.0 and 2.1 email address blacklist settings contain an incorrect regular expression.
This problem will also exist in mxORB 2.2 and 2.3 installations if they have been upgraded from a previous version of mxORB.
To fix the problem follow the steps below:
\s*<?\s+\d{5,}\@(?:aol|bigfoot|compuserve|excite|hotmail|juno|prodigy|yahoo)\.(?:com|net|org)^\S+\d{5,}\@(?:aol|bigfoot|compuserve|excite|hotmail|juno|prodigy|yahoo)\.(?:com|net|org)$The regular expression is used to match email addresses containing 5 or more numbers at one of the major ISPs. For example: maddog24434@yahoo.com
If you wish to change the number of digits matched by the expression, change {5,} in the expression to the desired number, for example: {7,} will blacklist email addresses containing seven or more digits.
Date: July 30th 2004