| Summary | support enotify action (RFC 5435) |
| Queue | Ingo |
| Queue Version | 1.2.3 |
| Type | Enhancement |
| State | Duplicate |
| Priority | 2. Medium |
| Owners | |
| Requester | felix.leimbach (at) gmx (dot) net |
| Created | 04/16/2010 (5684 days ago) |
| Due | |
| Updated | 04/18/2010 (5682 days ago) |
| Assigned | |
| Resolved | 04/18/2010 (5682 days ago) |
| Milestone | |
| Patch | No |
State ⇒ Duplicate
request #8784.The require line has to be changed to require "enotify" instead of
"notify", for example:
require ["enotify", "relational", "comparator-i;ascii-numeric"];
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Ingo
Summary ⇒ support enotify action (RFC 5435)
Type ⇒ Enhancement
State ⇒ New
great except for the notify action. Dovecot uses the new enotify
action and (by default) the old notify action is disabled by default.
Thus creating a rule with a notify action leads to this error:
There was an error activating the script. The driver said:
{204}webmail: line 4: error: require command: unknown Sieve capability
'notify'. webmail: line 8: error: unknown command 'notify' (only
reported once at first occurence). webmail: error: validation failed.
The new enotify syntax is as follows (basic example):
notify :message "You have received a new message"
"mailto:someone@example.com";