diff options
author | schmonz <schmonz@pkgsrc.org> | 2007-06-21 19:08:45 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2007-06-21 19:08:45 +0000 |
commit | e399928025e6189a161f0789bba289f0fb609bfd (patch) | |
tree | 6683e645c685383d2560c7723478611d33070c74 /mail/spamdyke/Makefile | |
parent | ef19331d18dfa681d2a59b19d4c89853eaf5c22a (diff) | |
download | pkgsrc-e399928025e6189a161f0789bba289f0fb609bfd.tar.gz |
Update to 2.6.3. From the changelog:
Fixed a serious bug where spamdyke was closing the connection to qmail and
exiting as soon as the remote host exited. When the remote host sends its
SMTP data in one burst and closes the connection without waiting for the
response code from the DATA segment, qmail doesn't accept the message and
nothing gets delivered.
Added some code to log_writeln() to translate bare carriage returns into
carriage return/linefeed combinations. This allows poorly written remote
servers to send mail, most notably Microsoft web servers. Dogmatically
refusing to accept mail by refusing to be more flexible than RFC 822
will never change the world; let's be reasonable instead of bouncing
messages back to our friends who can't change their mail servers anyway.
Fixed smtp_filter() to accept parameters to AUTH LOGIN when the MUA sends the
authentication information with the command instead of waiting for the
prompts. Thanks to Carlo Blohm for reporting this one.
Diffstat (limited to 'mail/spamdyke/Makefile')
-rw-r--r-- | mail/spamdyke/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/spamdyke/Makefile b/mail/spamdyke/Makefile index a1af3fb9885..e077078119f 100644 --- a/mail/spamdyke/Makefile +++ b/mail/spamdyke/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.7 2007/06/08 01:08:29 schmonz Exp $ +# $NetBSD: Makefile,v 1.8 2007/06/21 19:08:45 schmonz Exp $ # -DISTNAME= spamdyke-2.6.2 +DISTNAME= spamdyke-2.6.3 CATEGORIES= mail MASTER_SITES= ${HOMEPAGE}releases/ EXTRACT_SUFX= .tgz MAINTAINER= schmonz@NetBSD.org -HOMEPAGE= http://freesoftware.silence.org/spamdyke/ +HOMEPAGE= http://www.spamdyke.org/ COMMENT= Monitors and intercept incoming SMTP connections to qmail BUILD_DIRS= ${PKGBASE} utils |