I think i have to use this array: vacation['tests']... -----Messaggio originale----- Da: dev-boun...@lists.roundcube.net [mailto:dev-boun...@lists.roundcube.net] Per conto di Lorenzo Petracchi Inviato: mercoledì 12 novembre 2014 15:38 A: dev@lists.roundcube.net Oggetto: [RCD] managesieve vacation
Hello. In managesieve plugin, config.inc.php, I have enabled separate management interface for vacation responses (out-of-office) by setting this: $config['managesieve_vacation'] = 1 Now I need to insert in every script this code: if allof ( not exists ["list-help", "list-unsubscribe", "list-subscribe", "list-owner", "list-post", "list-archive", "list-id", "Mailing-List"], not header :comparator "i;ascii-casemap" :is "Precedence" ["list", "bulk", "junk"], not header :comparator "i;ascii-casemap" :matches "To" "Multiple recipients of*" ) In this way when a user receive a mail from a list the mail-from address never receive back the vacation message, and this is what my organization need. We need this feature before leaving our old horde-imp webmail, where I was able to activate this option. Does anybody knows how may I do this? Lorenzo _______________________________________________ Roundcube Development discussion mailing list dev@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/dev _______________________________________________ Roundcube Development discussion mailing list dev@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/dev