1---- Changes since 1.240 ----
2First version of this module, which allows simple Procmail configuration.
3---- Changes since 1.260 ----
4Added 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 ----
6Added an option to set the date range for which autoreplies are sent.
7Added a simple page for setting up an email autoresponder.
8Display a warning if /etc/procmailrc is setup to always deliver to the inbox, which would prevent user-defined filters from working.
9If 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.
10Changed the module name to Filter and Forward Mail.
11Added a simple page for setting up forwarding.
12---- Changes since 1.290 ----
13Added a Module Config option to create a .forward file automatically that runs procmail, for systems that don't have procmail delivery globally enabled.
14Added Module Config options to set the minimum allowed time between autoreplies, and to force use of that minimum.
15---- Changes since 1.320 ----
16The default From: address for autoreplies now respects the default address set in the user's address book.
17---- Changes since 1.330 ----
18Added a filter condition to match mail with a spam score at or above some level.
19If 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 ----
21Autoreply messages containing non-ASCII characters are now properly quoted-printable encoded.
22---- Changes since 1.400 ----
23Filters that deliver to mbox-format folders now have locking enabled.
24Creation 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 ----
26When an autoreply is deleted, the underlying message file is deleted too.
27---- Changes since 1.420 ----
28Autoreply messages starting with <html> or <body> will now be sent using the text/html MIME type.
29---- Changes since 1.430 ----
30Quick autoreply and forward setup pages now only show un-conditional rules.
31---- Changes since 1.450 ----
32Added option to select the character set of automatic reply messages.
33---- Changes since 1.460 ----
34Added a checkbox (on by default) to not forward bounce emails, which can cause mail loops.
35Text 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 ----
37The time between autoreplies to the same address now defaults to 1 hour.
38---- Changes since 1.560 ----
39Added buttons on the Edit Filter page to show all email matching a filter, or apply the filter to email in some folder.
40---- Changes since 1.700 ----
41The quick autoreply form now has fields for the start and end dates.
42