Commit graph

4 commits

Author SHA1 Message Date
tron
a779bf4053 Fix an abort() caused by miscalculating the size of an internal buffer.
This can crash applications using "libspf2" (e.g. "milter-greylist")
in an e-mail gets delivered via SMTP over IPv6 depending on the
remote machine's IPv6 address.
2009-09-08 10:36:27 +00:00
adrianp
e643f8dac2 Update to 1.2.9
Unfortunately there does not appear to be much more information on the
changes other than:

"This fixes aborts when generating explanations for mails with a long envelope sender, amongst other issues. An update is recommended."
2009-01-10 23:34:13 +00:00
adrianp
2d2680d5fe Update to 1.2.8
Unfortunately details changes don't seem to be available:

After a long hiatus, new releases of libspf2! Development work from a number
of contributors has resulted in the release of versions up to 1.2.8. It is
recommended that all users upgrade as soon as possible, since this release
fixes some significant bugs. This release also comes with new doxygen
documentation which should make the code easier to understand and
cross-reference.

Includes the fix for CVE-2008-2469
2008-10-24 23:35:09 +00:00
adrianp
1fa5c5e659 libspf2 implements the Sender Policy Framework, a part of the SPF/SRS
protocol pair. libspf2 is a library which allows email systems such as
Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF records
and make sure that the email is authorized by the domain name that it
is coming from. This prevents email forgery, commonly used by spammers,
scammers and email viruses/worms.
2008-02-05 21:59:32 +00:00