Bug#393930: Missing delivery_date_add in conf.d/transport/35_exim4-config_address_directory

Dominic Hargreaves dom at earth.li
Wed Oct 18 14:37:52 UTC 2006


Package: exim4-config
Version: 4.63-7
Severity: minor
Tags: patch

delivery_date_add is good for all locally-terminating transports, or at
least all transports that simply write the email to a spool of some sort
rather than being submitted to a pipe for further processing.

This option is already added to 30_exim4-config_address_file,
30_exim4-config_maildir_home, 30_exim4-config_maildrop_pipe,
30_exim4-config_mail_spool and 30_exim4-config_procmail_pipe

but is missing from 35_exim4-config_address_directory, which is mostly
equivalent to 30_exim4-config_address_file.

Please add delivery_date_add to the latter file as per the attached
patch.

Thanks,

Dominic.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'stable'), (300, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-k7
Locale: LANG=en_GB.ISO-8859-15, LC_CTYPE=en_GB.ISO-8859-15 (charmap=ISO-8859-15)

Versions of packages exim4-config depends on:
ii  adduser                       3.97       Add and remove users and groups
ii  debconf [debconf-2.0]         1.5.5      Debian configuration management sy

exim4-config recommends no packages.

-- debconf information excluded
-------------- next part --------------
--- 35_exim4-config_address_directory	2003-04-21 12:52:17.000000000 +0100
+++ 35_exim4-config_address_directory.new	2006-10-18 15:37:14.000000000 +0100
@@ -5,6 +5,7 @@
 address_directory:
   debug_print = "T: address_directory for $local_part@$domain"
   driver = appendfile
+  delivery_date_add
   envelope_to_add = true
   return_path_add = true
   check_string = ""


More information about the Pkg-exim4-maintainers mailing list