aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-10-13 10:28:10 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-10-13 10:28:10 +0000
commit87ca4e1cefffd7157377fbfa8e264d9e9e17d963 (patch)
tree154e720eb62bce6eec8e27b5ea6837161fa563b8 /configure.ac
parentce299152b5eda62b7b81f997a7cc7023b2b552a9 (diff)
downloadanubis-87ca4e1cefffd7157377fbfa8e264d9e9e17d963.tar.gz
anubis-87ca4e1cefffd7157377fbfa8e264d9e9e17d963.tar.bz2
Fix MAIL FROM and RCPT TO commands on the fly.
* src/tunnel.c (transfer_command): Ensure outgoing mail from and rcpt to commands don't have whitespace after the colon. * NEWS, configure.ac: version 4.1.1 * doc/anubis.texi: Minor fix. * guile/entire-msg.scm: Use (ice-9 rdelim) * testsuite/mta.c (check_address_command): New function (ported from mailfromd). (smtp): Improve RFC compliance. * testsuite/etc/add-body-file.pat: Fix to reflect changes to transfer_command. * testsuite/etc/add-body.pat: Likewise. * testsuite/etc/add1.pat: Likewise. * testsuite/etc/add2.pat: Likewise. * testsuite/etc/add3.pat: Likewise. * testsuite/etc/cond.pat: Likewise. * testsuite/etc/del1.pat: Likewise. * testsuite/etc/del2.pat: Likewise. * testsuite/etc/del3.pat: Likewise. * testsuite/etc/del4.pat: Likewise. * testsuite/etc/empty.pat: Likewise. * testsuite/etc/gpgcrypt.pat: Likewise. * testsuite/etc/gpgse.pat: Likewise. * testsuite/etc/gpgsign.pat: Likewise. * testsuite/etc/mime1.pat: Likewise. * testsuite/etc/mime2.pat: Likewise. * testsuite/etc/mod-body.pat: Likewise. * testsuite/etc/mod-header.pat: Likewise. * testsuite/etc/mult.pat: Likewise. * testsuite/etc/no-backref.pat: Likewise. * testsuite/etc/paolo.pat: Likewise. * testsuite/etc/remail.pat: Likewise. * testsuite/etc/rot-13.pat: Likewise. * testsuite/etc/tlsoneway.pat: Likewise. * testsuite/etc/trigger.pat: Likewise.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e276916..28c4e67 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ dnl with GNU Anubis. If not, see <http://www.gnu.org/licenses/>.
dnl
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([GNU Anubis], [4.1], [bug-anubis@gnu.org])
+AC_INIT([GNU Anubis], [4.1.1], [bug-anubis@gnu.org])
AC_PREREQ([2.59])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_AUX_DIR([build])

Return to:

Send suggestions and report system problems to the System administrator.