Mercurial > dnsbl
comparison 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 |
comparison
equal
deleted
inserted
replaced
457:0199965a71eb | 458:6c1c2bd9fb54 |
---|---|
15 Requires(postun): /usr/sbin/userdel | 15 Requires(postun): /usr/sbin/userdel |
16 Requires(post): /sbin/chkconfig | 16 Requires(post): /sbin/chkconfig |
17 Requires(preun): /sbin/chkconfig | 17 Requires(preun): /sbin/chkconfig |
18 Requires(post): /sbin/service | 18 Requires(post): /sbin/service |
19 Requires(preun): /sbin/service | 19 Requires(preun): /sbin/service |
20 Requires: sendmail >= 8.12.1 | |
21 Requires: sendmail-cf | |
22 Requires: spamassassin, dcc | |
20 BuildRequires: sendmail-devel >= 8.12.1 | 23 BuildRequires: sendmail-devel >= 8.12.1 |
21 BuildRequires: spamassassin | 24 BuildRequires: spamassassin |
22 BuildRequires: glibc-devel | 25 BuildRequires: glibc-devel, glibc-static |
23 %if "%{?dist}" == ".el6" | |
24 BuildRequires: glibc-static | |
25 %endif | |
26 Requires: sendmail >= 8.12.1 | |
27 Requires: sendmail-cf | |
28 Requires: spamassassin, dcc | |
29 %if "%{?dist}" == ".el7" | 26 %if "%{?dist}" == ".el7" |
30 Requires(pre): systemd-sysv, shadow-utils | 27 Requires(pre): systemd-sysv, shadow-utils |
31 Requires(post): systemd-units | 28 Requires(post): systemd-units |
32 Requires(preun): systemd-units | 29 Requires(preun): systemd-units |
33 Requires(postun): systemd-units | 30 Requires(postun): systemd-units |
34 Requires: coreutils | 31 Requires: coreutils |
35 Requires: systemd-units | 32 Requires: systemd-units |
36 BuildRequires: systemd-units | 33 BuildRequires: systemd-units |
37 BuildRequires: glibc-static | |
38 %endif | 34 %endif |
39 | 35 |
40 | 36 |
41 %description | 37 %description |
42 We present here a mechanism whereby the backup mail server can use the | 38 We present here a mechanism whereby the backup mail server can use the |
153 %endif | 149 %endif |
154 %dir %attr(0750,%{name},root) /var/run/%{name} | 150 %dir %attr(0750,%{name},root) /var/run/%{name} |
155 | 151 |
156 | 152 |
157 %changelog | 153 %changelog |
154 * Tue Sep 18 2018 Carl Byington <carl@five-ten-sg.com> - 6.73-1 | |
155 - ignore dnswl entries if the sender is <> | |
156 - allow autowhite of recipients with local parts up to 35 characters. | |
157 | |
158 * Wed Jun 06 2018 Carl Byington <carl@five-ten-sg.com> - 6.72-1 | 158 * Wed Jun 06 2018 Carl Byington <carl@five-ten-sg.com> - 6.72-1 |
159 - add unsigned_black for enforcement of dmarc policy | 159 - add unsigned_black for enforcement of dmarc policy |
160 | 160 |
161 * Tue Apr 10 2018 Carl Byington <carl@five-ten-sg.com> - 6.69-1 | 161 * Tue Apr 10 2018 Carl Byington <carl@five-ten-sg.com> - 6.69-1 |
162 - fix spf mx:domain.tld token parsing | 162 - fix spf mx:domain.tld token parsing |