[Dovecot] Antispam folder names
Is there anywhere a collection of folder names for the antispam_trash and antispam_spam configuration?
Our problem is that in academia, you have a vast amount of different clients, and some, like Microsoft, use language-specific folder names *on the server*. So we're now collecting folder names to better handle the rare cases.
Two more problems:
We needed to fix UTF-8 handling in the plugin, so that we kow canb say
antispam_trash_pattern_ignorecase = gelöscht*
in place of :set sp antispam_trash_pattern_ignorecase = gel&APY-scht*
Some clients allow prefixing the IMAP folders with a fixed name, often "INBOX". So we would like to specify something like
antispam_trash_pattern_ignorecase = Junk*;*/Junk*
which is not supported. Working on a patch ...
Yours Jost
| Helft Spam ausrotten! HTML in Mail ist unhöflich. | | Postmaster, JAPH, manchmal Wahrsager am RZ der RUB | | Wahre Worte sind nicht gefällig, gefällige Worte sind nicht wahr.| | Lao Tse, Tao Te King 81 |
On Thu, Aug 01, 2013 at 10:31:02AM +0200, Jost Krieger wrote:
We needed to fix UTF-8 handling in the plugin, so that we kow canb say
antispam_trash_pattern_ignorecase = gelöscht*
in place of
antispam_trash_pattern_ignorecase = gel&APY-scht*
dovecot-antispam-utf8-logging.patch contains a patch for that (and adds some logging).
The second patch (dovecot-antispam-configure.patch) fixes only a minor problem that I had with the configure script.
--Andreas
! Andreas Jobs Network Operation Center ! ! Ruhr-Universitaet Bochum ! ! One Day I Will Find This Peer Guy and Then I Will Reset HIS Connection !
participants (2)
-
Andreas Jobs
-
Jost Krieger