[imapfilter-devel] Another config.lua issue

Lee Jones lee.jones at canonical.com
Fri Jan 6 11:34:39 EET 2012


I have this rule:

> BugsMine = CANONICAL.INBOX:contain_field('X-Bug', 'assignee=lee.jones')
> CANONICAL.INBOX:move_messages(CANONICAL['bugs-mine'], BugsMine)

THEN this rule:

> BugsOthers = CANONICAL.INBOX:contain_field('Subject', '[Bug')
> CANONICAL.INBOX:move_messages(CANONICAL['bugs-others'], BugsOthers)

... and still mails with headers like this (taken from an actual misplaced mail):

> X-Bug: product=xxx; status=New;
> 	importance=Undecided; assignee=lee.jones at canonical.com;
> 
> Subject: [Bug xxx] ...

... are ending up in the wrong bugs-others folder.

Am I missing something?

Kind regards,
Lee


More information about the Imapfilter-devel mailing list