mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
42 lines
3.0 KiB
Plaintext
42 lines
3.0 KiB
Plaintext
---- Changes since 1.240 ----
|
|
First version of this module, which allows simple Procmail configuration.
|
|
---- Changes since 1.260 ----
|
|
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.
|
|
---- Changes since 1.280 ----
|
|
Added an option to set the date range for which autoreplies are sent.
|
|
Added a simple page for setting up an email autoresponder.
|
|
Display a warning if /etc/procmailrc is setup to always deliver to the inbox, which would prevent user-defined filters from working.
|
|
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.
|
|
Changed the module name to Filter and Forward Mail.
|
|
Added a simple page for setting up forwarding.
|
|
---- Changes since 1.290 ----
|
|
Added a Module Config option to create a .forward file automatically that runs procmail, for systems that don't have procmail delivery globally enabled.
|
|
Added Module Config options to set the minimum allowed time between autoreplies, and to force use of that minimum.
|
|
---- Changes since 1.320 ----
|
|
The default From: address for autoreplies now respects the default address set in the user's address book.
|
|
---- Changes since 1.330 ----
|
|
Added a filter condition to match mail with a spam score at or above some level.
|
|
If spam deletion above some level level is configured globally or for the user's domain, display a non-editable rule for it.
|
|
---- Changes since 1.360 ----
|
|
Autoreply messages containing non-ASCII characters are now properly quoted-printable encoded.
|
|
---- Changes since 1.400 ----
|
|
Filters that deliver to mbox-format folders now have locking enabled.
|
|
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.
|
|
---- Changes since 1.410 ----
|
|
When an autoreply is deleted, the underlying message file is deleted too.
|
|
---- Changes since 1.420 ----
|
|
Autoreply messages starting with <html> or <body> will now be sent using the text/html MIME type.
|
|
---- Changes since 1.430 ----
|
|
Quick autoreply and forward setup pages now only show un-conditional rules.
|
|
---- Changes since 1.450 ----
|
|
Added option to select the character set of automatic reply messages.
|
|
---- Changes since 1.460 ----
|
|
Added a checkbox (on by default) to not forward bounce emails, which can cause mail loops.
|
|
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.
|
|
---- Changes since 1.470 ----
|
|
The time between autoreplies to the same address now defaults to 1 hour.
|
|
---- Changes since 1.560 ----
|
|
Added buttons on the Edit Filter page to show all email matching a filter, or apply the filter to email in some folder.
|
|
---- Changes since 1.700 ----
|
|
The quick autoreply form now has fields for the start and end dates.
|