Mercurial > dnsbl
diff dnsbl.spec.in @ 458:6c1c2bd9fb54 stable-6-0-73
ignore dnswl entries if the sender is <>
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 18 Sep 2018 09:49:21 -0700 |
parents | 2cf7183a911c |
children | ad05c61d6372 |
line wrap: on
line diff
--- a/dnsbl.spec.in Wed Jun 06 07:33:44 2018 -0700 +++ b/dnsbl.spec.in Tue Sep 18 09:49:21 2018 -0700 @@ -17,15 +17,12 @@ Requires(preun): /sbin/chkconfig Requires(post): /sbin/service Requires(preun): /sbin/service -BuildRequires: sendmail-devel >= 8.12.1 -BuildRequires: spamassassin -BuildRequires: glibc-devel -%if "%{?dist}" == ".el6" -BuildRequires: glibc-static -%endif Requires: sendmail >= 8.12.1 Requires: sendmail-cf Requires: spamassassin, dcc +BuildRequires: sendmail-devel >= 8.12.1 +BuildRequires: spamassassin +BuildRequires: glibc-devel, glibc-static %if "%{?dist}" == ".el7" Requires(pre): systemd-sysv, shadow-utils Requires(post): systemd-units @@ -34,7 +31,6 @@ Requires: coreutils Requires: systemd-units BuildRequires: systemd-units -BuildRequires: glibc-static %endif @@ -155,6 +151,10 @@ %changelog +* Tue Sep 18 2018 Carl Byington <carl@five-ten-sg.com> - 6.73-1 +- ignore dnswl entries if the sender is <> +- allow autowhite of recipients with local parts up to 35 characters. + * Wed Jun 06 2018 Carl Byington <carl@five-ten-sg.com> - 6.72-1 - add unsigned_black for enforcement of dmarc policy