[imapfilter-devel] UID SEARCH OR OR

Dylan Martin dmartin at sccd.ctc.edu
Tue Oct 17 04:30:03 EEST 2006


Hi, either I've found a problem with multiple ORs or I'm not getting
how it's supposed to work.

myfilter = {
	{ 'cc = "bob"', 'to = "bob"', 'bcc = "bcc"' }
}

produces a UID SEARCH that looks like this:

UID SEARCH ALL OR OR (cc "bob") (to "bob") (bcc "bob")

shouldn't that be something like?  Did I not read that RFC right?

UID SEARCH ALL OR ( (cc "bob") (to "bob") (bcc "bob") ) 

Thanks
-Dylan




More information about the Imapfilter-devel mailing list