Emmanuel Dreyfus a \ufffdcrit : > On Thu, May 15, 2008 at 05:08:08PM +1100, Michael Mansour wrote: >>> racl whitelist from /@gmail\.com>/ spf pass >> Ok, this is nice. This is equivalent to: >> racl whitelist from /.*@gmail\.com$/ spf pass > > Yes and no: there was a typo. I meant > racl whitelist from /@gmail\.com$/ spf pass > > This is equivalent. > None of these are totally equivalents. - /.*@gmail\.com/ and /@gmail\.com/ *are* equivalents, and mean "any address that contains the string "@...". In this case the leading ".*" is unsignificant. - /@gmail\.com>/ means "any address ending with "@...>". In milter-greylist context, this means any address whose domain *is* "gmail.com" (the enclosing envelope <> are always included in the match). - /@gmail\.com$/ means "any address ending with "@...". In milter-greylist this would never match, since all envelope FROMs always end with ">". -- Ce message a ete verifie par MailScanner pour des virus ou des polluriels et rien de suspect n'a ete trouve.
Message
Re: [milter-greylist] New IPs of Google mail
2008-05-15 by Benoit Branciard
Attachments
- No local attachments were found for this message.