[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: IMAP extensions needed for SPAM/HAM and WHITE/BLACK listing




Iljitsch van Beijnum wrote:
[...]

About folders for spam: Apple's Mail lets the user select "use this folder for... {sent, drafts, junk, trash}, which is nice if you used a different client before that uses a different folder naming scheme for these things. Works well enough although a little more automation wouldn't hurt.

The point that working with folders can be done with existing software (I later train spamassassin with what Mail put in the "junk" folder, even though SA doesn't know about IMAP) is an important one. Requiring keywords that are hardcoded in clients and servers means deployment will be extremely slow, if it ever happens.

I don't think your argument in favour of folders (mailboxes) is valid. An IMAP server don't need to treat $Junk/$NotJunk any specially, it just needs to be able to store arbitrary IMAP keywords. Most servers already do. A recent Thunderbird can also be configured to set arbitrary IMAP keywords. (It also recognized $Junk/$NonJunk natively, but this is besides my point).