Re: Override the number of DNS lookups
"Scott Kitterman" <[email protected]> Thu, 14 Dec 2017 15:44:46 -0500
| Newsgroups | gmane.mail.spam.spf.devel |
|---|---|
| Message-ID | <14723808.1oa7YtHfjA@kitterma-e6430> |
On Thursday, December 14, 2017 02:18:33 PM David Jones via spf-devel wrote: > Is there a way to override the number of DNS lookups? I know the SPF > standard says 10 but SpamAssassin and other software does a few more > lookups. There are so many mail admins out there that don't understand > how to properly setup SPF on subdomains for sending from third parties > on their behalf to keep DNS lookups at 10 or less. >=20 > It would be helpful to allow for 15 to 20 lookups. Not directly in pypolicyd-spf. You'd have to monkey patch pyspf or the pol= icy=20 server to set the spf.MAX_LOOKUP value to a different number. Scott K