| Summary | multiple "or" conditions with imap driver doesn't work |
| Queue | Ingo |
| Queue Version | 1.1.3 |
| Type | Bug |
| State | Duplicate |
| Priority | 2. Medium |
| Owners | |
| Requester | ip (at) ariel (dot) utcc (dot) utoronto (dot) ca |
| Created | 12/11/2007 (6542 days ago) |
| Due | |
| Updated | 12/11/2007 (6542 days ago) |
| Assigned | |
| Resolved | 12/11/2007 (6542 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Duplicate
bug 5610State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ multiple "or" conditions with imap driver doesn't work
Queue ⇒ Ingo
condition is tested for each
condition. E.g. If (From contains a.com) or (From contains b.com) or
(From contains c.com),
then it tests (From contains c.com) 3 times.