Package milter-greylist: Information

  • Default inline alert: Version in the repository: 4.6.4-alt2

Source package: milter-greylist
Version: 4.6.4-alt1
Latest version according to Repology
Build time:  Mar 3, 2021, 11:49 AM in the task #267280
Category: System/Servers
Report package bug
License: BSD-3-Clause
Summary: GreyList milter for milter-capable MTA
Description: 
milter-greylist is a stand-alone milter written in C that implements the
greylist filtering method, as proposed by Evan Harris.

Grey listing works by assuming that unlike legitimate MTA, spam engines will
not retry sending their junk mail on a temporary error. The filter will
always temporarily reject mail on a first attempt, and to accept it after
some time has elapsed.

If spammers ever try to resend rejected messages, we can assume they will
not stay idle between the two sends (if they do, the spam problem would just
be solved). Odds are good that the spammer will send a mail to an honey pot
address and get blacklisted in several real-time distributed black list
before the second attempt.

List of rpms provided by this srpm:
milter-greylist (x86_64, ppc64le, i586, armh, aarch64)
milter-greylist-debuginfo (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Konstantin Lepikhov

List of contributors:
Konstantin Lepikhov

ACL:
Konstantin Lepikhov
@everybody

    1. libspf2-devel
    2. bind-devel
    3. bison
    4. chrpath
    5. sendmail-devel >= 8.11
    6. flex
    7. libcurl-devel

Last changed


March 3, 2021 Konstantin Lepikhov 4.6.4-alt1
- Updated to 4.6.4.
- .spec: fix License field.
Sept. 25, 2016 Konstantin Lepikhov 4.6.1-alt1
- Updated to 4.6.1.
- Build fixes:
  + removed obsoleted build flags.
  + added bind-devel (for DNSRBL support).
  + removed -postfix patch (fixed by upstream).
Jan. 1, 2015 Konstantin Lepikhov 4.5.9-alt2
- .spec cleanup.