Imported Upstream version 1.35
This commit is contained in:
parent
db065246e2
commit
3c1cc6eb3d
11 changed files with 1565 additions and 1684 deletions
|
@ -1,3 +1,41 @@
|
|||
1.35
|
||||
====
|
||||
- code: rate(), size() and rcpt() function index is now case insensitive by default
|
||||
(same limit counters for from@example.org and fRom@eXample.org)
|
||||
if you need to treat the localpart case-sensitive according to rfc5321
|
||||
you may use rate5321(), size5321() and rcpt5321()
|
||||
|
||||
1.34
|
||||
====
|
||||
- bugfix: fixed taint mode logging error for verbose --showconfig and --stdoutlog
|
||||
options and newer perl versions.
|
||||
- bugfix: check_* functions use print/getline instead of send/recv for large
|
||||
--dumpcache output (thanks to Alexandre Simon)
|
||||
- code: log_* routines added to allow the same plugins for postfwd1 and postfwd2
|
||||
- code: added more information when using --debug=cleanup
|
||||
- docs: documentation updates
|
||||
- feature: new sendmail(sendmail-path::from::to::subject::body) action.
|
||||
Please take a look at the manual, especially about
|
||||
it's limitations, before using it!
|
||||
------------------------------------------------------------
|
||||
# alert
|
||||
action=sendmail(/usr/sbin/sendmail::from@example.org::to@example.org::Subject::Text)
|
||||
------------------------------------------------------------
|
||||
|
||||
|
||||
1.33
|
||||
====
|
||||
- feature: new compare operators *
|
||||
====================================================================
|
||||
*ITEM > VALUE true if ITEM > VALUE
|
||||
*ITEM < VALUE true if ITEM < VALUE
|
||||
====================================================================
|
||||
- bugfix: fixed bug when computing scores with more than 1 digit after the "." (n.nn)
|
||||
- bugfix: fixed bug when computing negative values with the set action
|
||||
- bugfix: ITEMS plugins returning zero values were handled incorrectly
|
||||
- bugfix: max command recursion was not reset for each rule
|
||||
|
||||
|
||||
1.32
|
||||
====
|
||||
- feature: new option --save_rates=<file> allows to load and save
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue