Fwd: Mail delivery failed: returning message to sender

Stephen J. Turnbull stephenjturnbull at gmail.com
Sat Feb 2 22:45:43 EST 2008


Got hung up in a recent changeover of XEmacs secondary MXs, it seems.

---------- Forwarded message ----------
From: Mail Delivery System <Mailer-Daemon at mejsel.josefsson.org>
Date: Feb 1, 2008 6:19 PM
Subject: Mail delivery failed: returning message to sender
To: unwelcome-guest at alioth.debian.org


This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

 xemacs-patches at xemacs.org
   SMTP error from remote mail server after RCPT TO:<
xemacs-patches at xemacs.org>:
   host mail.xemacs.org [207.172.156.133]: 451 4.7.1 Greylisting in action,
please come back later:
   retry timeout exceeded

------ This is a copy of the message, including all the headers. ------

Return-path: <unwelcome-guest at alioth.debian.org>
Received: from alioth.debian.org ([217.196.43.134])
       by mejsel.cust.ipeer.se with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32)
       (Exim 4.63)
       (envelope-from <unwelcome-guest at alioth.debian.org>)
       id 1JIDUG-0002TZ-AT
       for xemacs-patches at xemacs.org; Fri, 25 Jan 2008 02:36:08 +0100
Received: from unwelcome-guest by alioth.debian.org with local (Exim 4.63)
       (envelope-from <unwelcome-guest at alioth.debian.org>)
       id 1JIDUL-0007QS-5F
       for xemacs-patches at xemacs.org; Fri, 25 Jan 2008 01:36:13 +0000
To: xemacs-patches at xemacs.org
Subject: commit: Fix misspelling of option 'gdbm'.
X-XEmacs-ChangeSet: 2f000e022a8b6dd6980692125625174e2a5cacd7
Message-Id: <E1JIDUL-0007QS-5F at alioth.debian.org>
From: Stephen Turnbull <unwelcome-guest at alioth.debian.org>
Date: Fri, 25 Jan 2008 01:36:13 +0000
X-SA-Exim-Connect-IP: <locally generated>
X-SA-Exim-Mail-From: unwelcome-guest at alioth.debian.org
X-SA-Exim-Scanned: No (on alioth.debian.org); SAEximRunCond expanded to
false

changeset:   4412:2f000e022a8b6dd6980692125625174e2a5cacd7
tag:         tip
user:        Stephen J. Turnbull <stephen at xemacs.org>
date:        Fri Jan 25 10:40:53 2008 +0900
files:       ChangeLog configure configure.ac
description:
Fix misspelling of option 'gdbm'.


diff -r 6dffa171b748df57c3751e756b8650d7331bbe65 -r
2f000e022a8b6dd6980692125625174e2a5cacd7 ChangeLog
--- a/ChangeLog Fri Jan 25 10:39:46 2008 +0900
+++ b/ChangeLog Fri Jan 25 10:40:53 2008 +0900
@@ -1,3 +1,7 @@ 2008-01-17  Aidan Kehoe  <kehoea at parhasa
+2008-01-25  Stephen J. Turnbull  <stephen at xemacs.org>
+
+       * configure.ac (--with-database): 'gnudbm' -> 'gdbm' in docstrings.
+
 2008-01-17  Aidan Kehoe  <kehoea at parhasard.net>

       * configure.ac:
diff -r 6dffa171b748df57c3751e756b8650d7331bbe65 -r
2f000e022a8b6dd6980692125625174e2a5cacd7 configure
--- a/configure Fri Jan 25 10:39:46 2008 +0900
+++ b/configure Fri Jan 25 10:40:53 2008 +0900
@@ -1661,7 +1661,7 @@ Database options

  --with-database=TYPE    Compile with database support. Valid types are
`no'
                          or a comma-separated list of one or more of
`berkdb'
-                          and either `dbm' or `gnudbm'.
+                          and either `dbm' or `gdbm'.
  --with-ldap             Support the LDAP protocol.
  --with-postgresql       Support the PostgreSQL RDBMS.

@@ -3772,7 +3772,7 @@ unset _with_database_args _database_foun

 if test "$enable_database_dbm"  = "yes" -a "$enable_database_gdbm" = "yes";
then
       (echo "$progname: Usage error:"
-echo " " "Only one of \`dbm' and \`gnudbm' may be specified
+echo " " "Only one of \`dbm' and \`gdbm' may be specified
 with the \`--with-database' option."
 echo "  Use \`$progname --help' to show usage.") >&2 && exit 1
 fi
diff -r 6dffa171b748df57c3751e756b8650d7331bbe65 -r
2f000e022a8b6dd6980692125625174e2a5cacd7 configure.ac
--- a/configure.ac      Fri Jan 25 10:39:46 2008 +0900
+++ b/configure.ac      Fri Jan 25 10:40:53 2008 +0900
@@ -866,10 +866,10 @@ XE_COMPLEX_ARG([database],
 XE_COMPLEX_ARG([database],
       AS_HELP_STRING([--enable-database=TYPE],[Compile with database
support.  Valid types are
                        `no' or a comma-separated list of one or more
-                        of `berkdb' and either `dbm' or `gnudbm'.]),
+                        of `berkdb' and either `dbm' or `gdbm'.]),
       [
 if test "$enable_database_dbm"  = "yes" -a "$enable_database_gdbm" = "yes";
then
-       USAGE_ERROR("Only one of \`dbm' and \`gnudbm' may be specified
+       USAGE_ERROR("Only one of \`dbm' and \`gdbm' may be specified
 with the \`--with-database' option.")
 fi
 ],
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xemacs.org/pipermail/xemacs-patches/attachments/20080202/8122be87/attachment.htm


More information about the XEmacs-Patches mailing list