Package milter-greylist: Information

    Source package: milter-greylist
    Version: 4.5.9-alt2
    Build time:  Jan 2, 2015, 12:15 AM in the task #137894
    Category: System/Servers
    Report package bug
    License: 3-clause BSD license
    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, i586)
    milter-greylist-debuginfo (x86_64, i586)

    Maintainer: Konstantin Lepikhov

    List of contributors:
    Konstantin Lepikhov

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

    Last changed


    Jan. 1, 2015 Konstantin Lepikhov 4.5.9-alt2
    - .spec cleanup.
    Dec. 30, 2014 Konstantin Lepikhov 4.5.9-alt1
    - Add conftest action to init.d script.
    Dec. 29, 2014 Konstantin Lepikhov 4.5.9-alt0.1
    - Updated to 4.5.9.
    - Build fixes:
      + update -alt patch.
      + compile fix for postfix build.