Let managesieve-vacation plugin insert default tests in every users sieve
script, without the users see them on UI? Or do I need to modify the code
for this?

default tests to insert:
if allof (not exists
["list-help","list-unsubscribe","list-subscribe","list-owner","list-post","l
ist-archive","list-id","Mailing-List"], not header :is "Precedence"
["list","bulk","junk"], not header :matches "To" "Multiple recipients of*")

so I need to have something like this:

require ["vacation"];
# rule:[Vacanze]
if allof (not exists
["list-help","list-unsubscribe","list-subscribe","list-owner","list-post","l
ist-archive","list-id","Mailing-List"], not header :is "Precedence"
["list","bulk","junk"], not header :matches "To" "Multiple recipients of*")
{
    vacation :days 7 :addresses
["[email protected]","[email protected]"] :subject "assenza" text:
-- risposta automatica --

Sono assente. ciao
.
;
}

_______________________________________________
Roundcube Development discussion mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/dev

Reply via email to