6.0.0-beta1
7/5/25

[#8971] support enotify action (RFC 5435)
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 (5559 days ago)
Due
Updated 04/18/2010 (5557 days ago)
Assigned
Resolved 04/18/2010 (5557 days ago)
Milestone
Patch No

History
04/18/2010 12:19:22 PM Jan Schneider Comment #3
State ⇒ Duplicate
Reply to this comment
Duplicate of request #8784.
04/16/2010 03:06:27 PM felix (dot) leimbach (at) gmx (dot) net Comment #2 Reply to this comment
Also worth mentioning:
The require line has to be changed to require "enotify" instead of 
"notify", for example:
require ["enotify", "relational", "comparator-i;ascii-numeric"];
04/16/2010 03:05:14 PM felix (dot) leimbach (at) gmx (dot) net Comment #1
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Ingo
Summary ⇒ support enotify action (RFC 5435)
Type ⇒ Enhancement
State ⇒ New
Reply to this comment
When using ingo with dovecot-2.0 (beta 4) I found that ingo works 
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";

Saved Queries