[imapfilter-devel] No match with contain_subject on Exchange server

Bernd Kuemmerlen bkuemmer at gmx.net
Mon Feb 25 23:53:16 EET 2008


Bernd Kuemmerlen wrote:
> Anyway, back to the contain_subject problen, I have experimented some 
> more and found that
> results = account2.INBOX:contain_subject('***SPAM***')
> does not work, but
> results = account2.Spam:contain_subject('***SPAM***')
> i.e. if I check another folder and not the INBOX, the match succeeds.

This gets stranger and stranger: My 'Spam' folder contains a large 
collection of mails that will match, and it works there. I just created 
a new empty folder and moved one of the matching spam messages to this 
folder, and the rule does not mach in this new folder.

So:
results = account2.INBOX:contain_subject('***SPAM***')
does not work

results = account2.Spam:contain_subject('***SPAM***')
works

results = account2.Test:contain_subject('***SPAM***')
does not work, even though it contains the messages which have matched 
in the 'Spam' folder.

Any ideas?

Cheers
	Bernd




More information about the Imapfilter-devel mailing list