Received: (at submit) by bugs.debian.org; 24 Jan 1997 15:34:26 +0000 Received: (qmail 2736 invoked from network); 24 Jan 1997 15:34:24 -0000 Received: from lucy.verwaltung.uni-mainz.de (martin@134.93.225.253) by master.debian.org with SMTP; 24 Jan 1997 15:34:23 -0000 Received: (from martin@localhost) by lucy.verwaltung.uni-mainz.de (8.8.4/8.8.4) id QAA18684 for submit@bugs.debian.org; Fri, 24 Jan 1997 16:30:52 +0100 Date: Fri, 24 Jan 1997 16:30:52 +0100 From: Christoph Martin <martin@verwaltung.uni-mainz.de> Message-Id: <199701241530.QAA18684@lucy.verwaltung.uni-mainz.de> To: submit@bugs.debian.org Subject: sendmail 8.8.4-1 : error in debian.m4 Package: sendmail Version: 8.8.4-1 debian.m4 was not updated for 8.8 The line define(`LOCAL_MAILER_FLAGS', `mn')dnl should read define(`LOCAL_MAILER_FLAGS', `mrn9')dnl The character 9 (Mailer-Flag 9) enables mime-auto-convert Christoph -- System Information Debian Release: 1.1 Kernel Version: Linux lucy 2.0.26 #2 Sun Nov 24 12:40:49 MET 1996 i586 Versions of the packages sendmail depends on: libc5 Version: 5.4.13-1 libgdbm1 Version: 1.7.3-11 libdb1 Version: 1.85.2-8 netbase Version: 2.04-1 deliver Version: 2.1.12-2 m4 Version: 1.4-2 --- Begin /etc/aliases (modified conffile) postmaster: root webmaster: root /n--- End /etc/aliases --- Begin /etc/init.d/sendmail (modified conffile) test -x /usr/sbin/sendmail -a \ -f /etc/sendmail.cf || exit 0 Q="30m" case "$1" in start) ( cd /var/spool/mqueue && rm -f [lnx]f* ) start-stop-daemon --start --verbose --exec /usr/sbin/sendmail -- \ -bd -q"$Q" ;; stop) start-stop-daemon --stop --verbose \ --pidfile /var/run/sendmail.pid --exec /usr/sbin/sendmail ;; reload) start-stop-daemon --stop --signal 1 --verbose \ --pidfile /var/run/sendmail.pid --exec /usr/sbin/sendmail ;; *) echo "Usage: /etc/init.d/sendmail {start|stop|reload}" >&2 exit 1 ;; esac exit 0 /n--- End /etc/init.d/sendmail