On 26 août 2015, at 21:50, 'Bruncsak, Attila' attila.bruncsak@... [milter-greylist] wrote: >> End provides examples. So according to this documentation, this should yield to the proper result: >> >>>> racl greylist rcpt /@...$/ delay 5h autowhite 2d >>>> racl whitelist spf pass >>>> racl greylist default delay 2m autowhite 5d >> >> (I've tried /.*@sub\.domain\.tld$/ also) >> >> If rcpt match the RE, evaluation should stop at first line. >> If rcpt does not match, it should either match spf pass or default. >> >> In real life, this does not work. >> >> regards, >> Pat >> > > Instead of /@...$/ try with /@sub\.domain\.tld>$/ . Lovely, works perfectly! Thanks a lot. You saved the day. regards Pat
Message
Re: [milter-greylist] tune behavior according to SPF test
2015-08-26 by Patrick Proniewski