Opened 21 months ago
Closed 19 months ago
#1488051 closed Feature Requests (fixed)
managesieve plugin should be able to filter over the message body
| Reported by: | uniks | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.7-stable |
| Component: | Plugins | Version: | 0.6-beta |
| Severity: | normal | Keywords: | managesieve plugin filter body |
| Cc: |
Description
Right now plugins is able to create rule based on Subject/Sender/Recipient/Size? and other header.
I'd like to have a possibility to use also BODY of the message, ex.:
if allof (header :contains "From" "bugzilla@…",
header :contains "To" "xxx@…",
body :text :contains "You are the QA contact for the bug")
{
fileinto "INBOX.Bugzilla.QA";
}
Change History (1)
comment:1 Changed 19 months ago by alec
- Milestone changed from later to 0.7-stable
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

Implemented in r5441/svn.