forked from mschout/milter-limit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChanges
26 lines (21 loc) · 878 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Revision history for App::Milter::Limit
{{$NEXT}}
0.53 2017-08-04
- Kwalitee: add META.json, delcare min perl version, use warnings
- add "limit_from" configuration value to override the value that 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