summaryrefslogtreecommitdiff
path: root/src/src/spf.c
Commit message (Expand)AuthorAgeFilesLines
* SPF: Add main config option "spf_smtp_comment_templateexim-4.94-RC2Heiko Schlittermann (HS12-RIPE)2020-05-221-3/+7
* SPF: Remove the parameters of the broken explanation linkHeiko Schlittermann (HS12-RIPE)2020-05-221-4/+6
* SPF: switch to NO_DATA for SPF-rr lookups. Bug 1294Wolfgang Breyha2020-01-071-5/+4
* SPF: shortcircuit SPF RR lookups. Bug 1294Wolfgang Breyha2020-01-071-0/+12
* SPF: fix result for case of only non-spf TXT RRs. Bug 2499Wolfgang Breyha2020-01-071-1/+6
* SPF: additional debugJeremy Harris2020-01-051-3/+22
* SPF: handle DNS NO_DATA return. Bug 2499Wolfgang Breyha2020-01-021-0/+1
* SPF: library version reportingJeremy Harris2019-12-281-1/+13
* SPF: fix handling mix of spf and other txt records. Bug 2499Wolfgang Breyha2019-12-281-8/+17
* SPF: support uppercase in v=spf1, permerror-on-multiple-RRs. Bug 2499Jeremy Harris2019-12-271-68/+76
* SPF: only require "v=spf1" on TXT DNS records during lookups. Bug 2499Wolfgang Breyha2019-12-211-16/+44
* SPF: fix the explanation URLexim-4.93-RC1Heiko Schlittermann (HS12-RIPE)2019-10-281-0/+6
* SPF: split library init from per-connection initJeremy Harris2019-08-131-13/+24
* DNS: use tainted memory for all lookupsJeremy Harris2019-08-131-4/+4
* SPF: use exim facilities for DNS lookupsJeremy Harris2019-08-131-5/+131
* spelling fixesklemens2018-12-201-1/+1
* SPF: remove the deprecated "err_temp" and "err_perm" result namesJeremy Harris2018-03-261-2/+0
* SPF: additional variable $spf_result_guessed; tweak authresults string indica...Jeremy Harris2018-03-221-2/+12
* Expansions: make ${authresults } usable in a named ACLJeremy Harris2018-02-181-1/+1
* Expansions: new ${authresults {mch}} for an Authentication-Results headerJeremy Harris2018-02-181-0/+12
* Update copyright year to 2018Heiko Schlittermann (HS12-RIPE)2018-02-101-2/+2
* SPF: promote from Experimental to mainline statusJeremy Harris2018-01-051-1/+1
* coding standardsJeremy Harris2018-01-021-72/+79
* Copyright year bumps for substantive changes 2017exim-4_90_RC1Jeremy Harris2017-10-261-1/+1
* tidyingJeremy Harris2017-08-141-4/+4
* Coding: use specified-initialisersJeremy Harris2017-08-101-10/+11
* Copyright year updates (things touched in 2016)Jeremy Harris2016-04-021-1/+3
* Constify spfHeiko Schlittermann (HS12-RIPE)2016-03-171-2/+2
* Copyright year updates:Todd Lyons2014-04-191-1/+1
* Add back deprecated SPF error conditionsTodd Lyons2014-04-151-2/+4
* Change strings of SPF result to conform to RFC 4408Todd Lyons2014-03-061-2/+2
* Handle IPv6 addresses with SPF.Phil Pennock2011-08-281-4/+5
* Remove obsolete $Cambridge$ CVS revision strings.Tony Finch2011-06-291-2/+0
* Applied signed/unsigned fixes. Need confirmation that this completely deals ...Nigel Metheringham2009-11-111-6/+6
* Integrated SPF Best Guess. Fixes: bug #521Nigel Metheringham2008-02-121-3/+10
* Bugzilla #502Tom Kistner2007-05-171-1/+7
* Fix recursive inclusion of spf.hTom Kistner2005-06-271-3/+13
* Add simple SPF lookup method (armored in EXPERIMENTAL_SPF)Tom Kistner2005-05-251-2/+2
* SPF: rewrote code to work with 1.2.x libsfp2 series. SRS: upgraded to latest ...Tom Kistner2005-05-241-46/+30
* (1) Last-minute sieve patch (updates to latest spec).Philip Hazel2005-02-171-9/+9
* Merge from EXISCAN branch.Tom Kistner2004-12-161-0/+131