Name: | milter-greylist |
Version: | 4.6.2 |
Release: | 2.el7 |
Architecture: | aarch64 |
Group: | System Environment/Daemons |
Size: | 372596 |
License: | BSD with advertising |
RPM: |
milter-greylist-4.6.2-2.el7.aarch64.rpm
|
Source RPM: |
milter-greylist-4.6.2-2.el7.src.rpm
|
Build Date: | Fri Nov 09 2018 |
Build Host: | ca-buildarm01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://hcpnet.free.fr/milter-greylist/ |
Summary: | Milter for greylisting, the next step in the spam control war |
Description: | Greylisting is a new method of blocking significant amounts of spam at
the mailserver level, but without resorting to heavyweight statistical
analysis or other heuristical (and error-prone) approaches. Consequently,
implementations are fairly lightweight, and may even decrease network
traffic and processor load on your mailserver.
This package provides a greylist filter for sendmail's milter API. |
-
Mon Nov 28 2016 Paul Howarth <paul@city-fan.org> - 4.6.2-2
- Fix crash on IPv6 connection with no GeoIPv6 database in use
-
Thu Nov 24 2016 Paul Howarth <paul@city-fan.org> - 4.6.2-1
- Update to 4.6.2
- Add rawfrom ACL clause to match unprocessed FROM command
- Fix helo ACL clause string match
- Avoid excessive GeoIP logs if database was not set
- Fix crashes on configuration reload
- Allow empty quoted strings in configuration
- Add GeoIP support for IPv6
-
Fri Aug 05 2016 Paul Howarth <paul@city-fan.org> - 4.6.1-2
- sendmail-devel renamed to sendmail-milter-devel from Fedora 26
- Explicitly BR: systemd-units for %{_unitdir} macro definition
-
Tue Jul 12 2016 Paul Howarth <paul@city-fan.org> - 4.6.1-1
- Update to 4.6.1
- Fix DKIM ACL evaluation
-
Mon May 09 2016 Paul Howarth <paul@city-fan.org> - 4.6-1
- Update to 4.6
- Support IPv6 DNSRBL
- Fix strtok_r() state usage
- Document queueID log for PostFix
- Fix file descriptor leak in spamd code
-
Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.5.16-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
-
Thu Jan 28 2016 Paul Howarth <paul@city-fan.org> - 4.5.16-2
- Enable SPF support using libspf2
-
Mon Nov 02 2015 Paul Howarth <paul@city-fan.org> - 4.5.16-1
- Update to 4.5.16
- Reflect config syntax in addhheader logs
- Honour daemon option in Redhat startup script
- Fix crash in SPF code
-
Mon Oct 05 2015 Paul Howarth <paul@city-fan.org> - 4.5.15-1
- Update to 4.5.15
- Use QueueId on Postfix
- Only change socket ownership if it exists in filesystem
- Index option for the addheader clause
- Add format strings for SPF and DKIM results
- Update author list
-
Thu Jul 02 2015 Paul Howarth <paul@city-fan.org> - 4.5.14-1
- Update to 4.5.14
- Accept format strings in helo acl and compare without case
- Improve configure ability to run with -Werror
- Overcome select(2) file descriptor limit
- Support glob(7) pattern matching for properties
- Build fixes