Hello,

I've just created a spam filter (actually my first ever filter in
Mahogany;-) and now have a few questions:

My Inbox is a parent of almost all other IMAP folders (because
I use courier), and I want the filter to be associated with only
Inbox, but not all other folders. Is it possible without manually
unchecking filter for all other 100 subfolders?

In Edit->Filter rules (or when creating a filter) if I choose
Seems to be SPAM and Configure details, Headers filter,
uncheck the first 6 checkboxes which are checked, press OK
and then return to the same dialog, all 6 are checked again.

If I uncheck only some of the all 6 checkboxes, the filter from
if((isspam(""))){move("IMAP Server/INBOX/SPAM/m");}
changes to
if((isspam("subjendjunk:korean:exeattach"))){move("IMAP Server/INBOX/SPAM/m");}

So it seems that all 6 checked mean the same as all unchecked?

Regards,
Nerijus


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to