[imapfilter-devel] No match with contain_subject on Exchange server
Lefteris Chatzimparmpas
lefcha at hellug.gr
Sun Mar 2 17:09:12 EET 2008
On Mon, Feb 25, 2008 at 10:53:16PM +0100, Bernd Kuemmerlen wrote:
> 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.
Hello Bernd,
Can you send to me (or to the list) the relevant debug.* file?
L.
More information about the Imapfilter-devel
mailing list