Package milter-greylist: Information

    Source package: milter-greylist
    Version: 4.6.4-alt2
    Latest version according to Repology
    Build time:  Feb 15, 2022, 11:39 PM in the task #295440
    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. sendmail-devel >= 8.11
      5. chrpath
      6. flex
      7. libcurl-devel

    Last changed


    Feb. 15, 2022 Konstantin Lepikhov 4.6.4-alt2
    - init: fix socket permissions.
    - alt.patch: use postfix group by default.
    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).