"Adam D. Barratt" <a...@adam-barratt.org.uk> writes: > "give an eye" sounds odd - "keep an eye", presumably. Also > s/regulary/regularly/.
Oops. Fixed that. You don't have to sacrifice your eyes in order to use amavisd-new. > The patch looks okay, but before confirming please can we see a source > debdiff for the proposed upload, built and tested on Jessie. (Either as > 2.10.1-2~deb8u1 or 2.10.1-1+deb8u1 depending on whether you're planning > on "backporting" the -2 package or adding the patches anew on top of > -1.) Here is the patch. Unfortunately the bug submitter hasn't responded to my request to test; will give him a ping. diff -Nru amavisd-new-2.10.1/debian/amavisd-new.amavis.init amavisd-new-2.10.1/debian/amavisd-new.amavis.init --- amavisd-new-2.10.1/debian/amavisd-new.amavis.init 2014-10-26 18:21:43.000000000 +1100 +++ amavisd-new-2.10.1/debian/amavisd-new.amavis.init 2016-01-26 17:00:45.000000000 +1100 @@ -90,6 +90,7 @@ echo -n "Starting $DESC: " fixdirs check_noncompatible_upgrade + export LC_ALL; LC_ALL=C if start-stop-daemon ${START} -- ${PARAMS} start >/dev/null ; then echo "amavisd-new." else diff -Nru amavisd-new-2.10.1/debian/amavisd-new.amavis-mc.init amavisd-new-2.10.1/debian/amavisd-new.amavis-mc.init --- amavisd-new-2.10.1/debian/amavisd-new.amavis-mc.init 2014-05-10 22:46:54.000000000 +1000 +++ amavisd-new-2.10.1/debian/amavisd-new.amavis-mc.init 2016-01-26 17:01:14.000000000 +1100 @@ -62,6 +62,7 @@ rm -f $PIDFILE fi fi + export LC_ALL; LC_ALL=C start-stop-daemon --start --quiet --pidfile $PIDFILE --exec $DAEMON -- \ $DAEMON_ARGS \ || return 2 diff -Nru amavisd-new-2.10.1/debian/changelog amavisd-new-2.10.1/debian/changelog --- amavisd-new-2.10.1/debian/changelog 2014-10-26 18:36:27.000000000 +1100 +++ amavisd-new-2.10.1/debian/changelog 2016-02-11 13:35:02.000000000 +1100 @@ -1,3 +1,15 @@ +amavisd-new (2.10.1-2~deb8u1) stable; urgency=medium + + * Backport LC_ALL change to stable. + + -- Brian May <b...@debian.org> Thu, 11 Feb 2016 11:55:08 +1100 + +amavisd-new (1:2.10.1-2) unstable; urgency=medium + + * Set LC_ALL before running daemon. Closes: #812325. + + -- Brian May <b...@debian.org> Fri, 29 Jan 2016 11:00:58 +1100 + amavisd-new (1:2.10.1-1) unstable; urgency=medium * [486e81e] Update watchfile diff -Nru amavisd-new-2.10.1/debian/README.Debian amavisd-new-2.10.1/debian/README.Debian --- amavisd-new-2.10.1/debian/README.Debian 2014-10-26 17:59:53.000000000 +1100 +++ amavisd-new-2.10.1/debian/README.Debian 2016-02-11 11:53:49.000000000 +1100 @@ -86,6 +86,13 @@ includes cron jobs that take care of syncing and expiring the token database frequently. +Quarantine Directory +-------------------- + +By default amavis saves banned mail (like virus or banned attachments) +for later investigation in /var/lib/amavis/virusmail. You should keep an +eye on the directory and clean it up regularly. To prevent accidental loss +of legitimate mail, this isn't done by the package. Debugging --------- -- Brian May <b...@debian.org>