Handle hostnames with upper-case letters
[webmin.git] / filter / CHANGELOG
1 ---- Changes since 1.240 ----
2 First version of this module, which allows simple Procmail configuration.
3 ---- Changes since 1.260 ----
4 Added a message to the module's main page to detect system-level mail aliases (in /etc/aliases) that would forward email to the user to a different destination.
5 ---- Changes since 1.280 ----
6 Added an option to set the date range for which autoreplies are sent.
7 Added a simple page for setting up an email autoresponder.
8 Display a warning if /etc/procmailrc is setup to always deliver to the inbox, which would prevent user-defined filters from working.
9 If email classified as spam is delivered to some folder by a global Procmail configuration (either in /etc/procmailrc or a Virtualmin per-domain setting), display this on the list of filters.
10 Changed the module name to Filter and Forward Mail.
11 Added a simple page for setting up forwarding.
12 ---- Changes since 1.290 ----
13 Added a Module Config option to create a .forward file automatically that runs procmail, for systems that don't have procmail delivery globally enabled.
14 Added Module Config options to set the minimum allowed time between autoreplies, and to force use of that minimum.
15 ---- Changes since 1.320 ----
16 The default From: address for autoreplies now respects the default address set in the user's address book.
17 ---- Changes since 1.330 ----
18 Added a filter condition to match mail with a spam score at or above some level.
19 If spam deletion above some level level is configured globally or for the user's domain, display a non-editable rule for it.
20 ---- Changes since 1.360 ----
21 Autoreply messages containing non-ASCII characters are now properly quoted-printable encoded.
22 ---- Changes since 1.400 ----
23 Filters that deliver to mbox-format folders now have locking enabled.
24 Creation of filters that match headers is now less error-prone, due to a new menu for selecting if it should match the start, end or any part of the header.
25 ---- Changes since 1.410 ----
26 When an autoreply is deleted, the underlying message file is deleted too.
27 ---- Changes since 1.420 ----
28 Autoreply messages starting with <html> or <body> will now be sent using the text/html MIME type.
29 ---- Changes since 1.430 ----
30 Quick autoreply and forward setup pages now only show un-conditional rules.
31 ---- Changes since 1.450 ----
32 Added option to select the character set of automatic reply messages.
33 ---- Changes since 1.460 ----
34 Added a checkbox (on by default) to not forward bounce emails, which can cause mail loops.
35 Text for rules that match on headers is now automatically escaped unless the new "Regular expression" box is checked, which makes creation of simple substring matching rules easier for users.
36 ---- Changes since 1.470 ----
37 The time between autoreplies to the same address now defaults to 1 hour.