diff options
author | Marc Haber <zugschlus@debian.org> | 2005-11-02 19:36:21 +0000 |
---|---|---|
committer | Marc Haber <zugschlus@debian.org> | 2005-11-02 19:36:21 +0000 |
commit | 35a3eab200a9ec1598118959b9d19fff3db93fdd (patch) | |
tree | 621ad72c6a90245b1e5a3b9bdd1dd28cb241b398 | |
parent | dc03385489f7748afdbd4ad184f5440388a6892c (diff) | |
download | exim4-35a3eab200a9ec1598118959b9d19fff3db93fdd.tar.gz |
* Fix minor typos in README.Debian.xml and changelog. (mh)
* Add 255.255.255.255 to ignore_target_hosts in dnslookup. (mh)
svn path=/exim/trunk/; revision=1274
-rw-r--r-- | debian/README.Debian.xml | 2 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/debconf/conf.d/router/200_exim4-config_primary | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/debian/README.Debian.xml b/debian/README.Debian.xml index adc93f4..9295274 100644 --- a/debian/README.Debian.xml +++ b/debian/README.Debian.xml @@ -719,7 +719,7 @@ commands rmail rnews rsmtp two reasons: <variablelist> <varlistentry> - <term>Ease of maintainance:</term> + <term>Ease of maintenance:</term> <listitem> <simpara> update-inetd is difficult to impossible to handle diff --git a/debian/changelog b/debian/changelog index 40bc221..c407600 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,8 +11,10 @@ exim4 (4.54-1.0) UNRELEASED; urgency=low access if a wrong password is given. Thanks to Peter Thomassen for carrying that report from some colorful web forum to the people who can fix it after like four months. (mh) Closes: #336979 + * Fix minor typos in README.Debian.xml and changelog. (mh) + * Add 255.255.255.255 to ignore_target_hosts in dnslookup. (mh) - -- Marc Haber <mh+debian-packages@zugschlus.de> Wed, 2 Nov 2005 08:04:28 +0100 + -- Marc Haber <mh+debian-packages@zugschlus.de> Wed, 2 Nov 2005 19:35:57 +0000 exim4 (4.54-1) unstable; urgency=low @@ -1746,7 +1748,7 @@ exim4 (4.12-0.0.2) unstable; urgency=low exim4 (4.12-0.0.1) unstable; urgency=low - * New upstream 4.12, a strict maintainance release. Without any new features + * New upstream 4.12, a strict maintenance release. Without any new features (Don't worry - this is the real release i.e. Phil's third shot ;-) -- Andreas Metzler <ametzler@logic.univie.ac.at> Wed, 18 Dec 2002 12:17:51 +0100 diff --git a/debian/debconf/conf.d/router/200_exim4-config_primary b/debian/debconf/conf.d/router/200_exim4-config_primary index 3f9721e..8b2bafb 100644 --- a/debian/debconf/conf.d/router/200_exim4-config_primary +++ b/debian/debconf/conf.d/router/200_exim4-config_primary @@ -34,7 +34,8 @@ dnslookup: same_domain_copy_routing = yes # ignore private rfc1918 and APIPA addresses ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8 : 192.168.0.0/16 :\ - 172.16.0.0/12 : 10.0.0.0/8 : 169.254.0.0/16 + 172.16.0.0/12 : 10.0.0.0/8 : 169.254.0.0/16 :\ + 255.255.255.255 no_more .endif |