The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for App::Milter::Limit

0.53  2017-08-04
    - Kwalitee: add META.json, delcare min perl version, use warnings
    - add "limit_from" configuration value to override the value taht is
      limited.  You can use this to filter based on the authenticated username
      for example by using:
        limit_from = {auth_authen}

0.52  2014-07-09
    - add systemd init script for fedora/RHEL7 [Javier Wilson]
    - add 'reply' global configuration to change the milter response from
      SMFIS_REJECT to SMFIS_TEMPFAIL if desired
    - replace broken File::Pid dependency with Proc::PID::File
    - fix freebsd init script for FreeBSD 10

0.51  2010-04-09
    - add weaver.ini for Pod::Weaver
    - use my @MSCHOUT pluginbundle
    - require File::Path 2.0
    - add signature test

0.50      2010-03-29 13:26:08 America/Chicago
    - initial release