[imapfilter-devel] IMAPFilter 1.0-beta - still not matching on multiple filter rules :(
Steven T Zydek
szydek at uiuc.edu
Mon Apr 26 19:46:50 EEST 2004
Hello,
I figured I'd wait until the new version came out to play with this again.
I tried setting up multiple filter rules by setting up the following 'users'
filter:
users = {
invert = true,
'from "user1@"',
'from "user2@"',
'from "user3@"',
'from "user4@"',
'from "user5@"',
}
When I run with this, it matches NONE of my email messages (Exchange IMAP),
even though I have numerous messages from all the users specified.
When I run it in verbose mode, I see:
C: 3: 1008 SEARCH ALL OR OR OR OR (from "user1@") (from "user2@") (from "user3@") (from "user4@") (from "user5@")
S: 3: 1008 OK SEARCH completed.
-- No matches made :(
When I change the config to:
users = {
invert = true,
'from "user1@"',
'from "user2@"',
-- 'from "user3@"',
-- 'from "user4@"',
-- 'from "user5@"',
}
It matches on messages from user1 & user2, as expected. Yay!!
Again, anything more than 2 (i.e., 3, 4, 5, etc..) 'from' filter rules and it
does NOT match anything... Do you think this an issue with my server? Or am
I just not setting something up right? When I setup 'from' filters for single
rules, I have no problems. It's only when I try to combine 3 or more.
Any help would be much appreciated.
Thanks!
+Steve
--
Steven Zydek
Engineering Workstation Systems Manager
University of Illinois / CITES/DS/EWS
217-244-7468 - szydek at uiuc.edu
More information about the Imapfilter-devel
mailing list