search for: xxx_gmail

Displaying 5 results from an estimated 5 matches for "xxx_gmail".

2015 Feb 11
2
dovecot 2.2.15 script_after not executed
...mavis] if anyof (address :contains "From" "amavis", address :contains "Cc" "amavis-users at amavis.org", address :contains "To" "amavis-users at amavis.org") { fileinto "INBOX.lists.amavisd-new"; } # rule:[xxx_gmail] elsif anyof (header :contains "From" "xxx at gmail") { setflag "\\Flagged"; fileinto "INBOX.Gmail"; keep; } In this case, both all 3 sieve are executed: global one + filters + vacation. But as side note: when mail come from gmail acc...
2015 Feb 12
2
dovecot 2.2.15 script_after not executed
...===== # rule:[amavis] if anyof (address :contains "From" "amavis", address :contains "Cc" "amavis-users at amavis.org", address :contains "To" "amavis-users at amavis.org") { fileinto "INBOX.lists.amavisd-new"; } # rule:[xxx_gmail] elsif anyof (header :contains "From" "xxx at gmail") { setflag "\\Flagged"; fileinto "INBOX.Gmail"; keep; } In this case, both all 3 sieve are executed: global one + filters + vacation. But as side note: when mail come from gmail account, - 1st me...
2015 Feb 12
0
dovecot 2.2.15 script_after not executed
...ains "From" "amavis", > address :contains "Cc" "amavis-users at amavis.org", > address :contains "To" "amavis-users at amavis.org") > { > fileinto "INBOX.lists.amavisd-new"; > } > # rule:[xxx_gmail] > elsif anyof (header :contains "From" "xxx at gmail") > { > setflag "\\Flagged"; > fileinto "INBOX.Gmail"; > keep; > } > > In this case, both all 3 sieve are executed: global one + filters + > vacation. &gt...
2015 Feb 15
0
dovecot 2.2.15 script_after not executed
...s-users at amavis.org>", >>> address :contains "To" "amavis-users at amavis.org >>> <mailto:amavis-users at amavis.org>") >>> { >>> fileinto "INBOX.lists.amavisd-new"; >>> } >>> # rule:[xxx_gmail] >>> elsif anyof (header :contains "From" "xxx at gmail <mailto:xxx at gmail>") >>> { >>> setflag "\\Flagged"; >>> fileinto "INBOX.Gmail"; >>> keep; >>> } >>> >&gt...
2015 Feb 11
2
dovecot 2.2.15 script_after not executed
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello guys, I'm having troubles making "script_after" to exec sieve scripts:: So: plugin { quota = maildir quota_rule2 = INBOX.Trash:ignore quota_rule3 = INBOX.Sent:ignore sieve = ~/Maildir/sieve/dovecot1.sieve sieve_before = /etc/dovecot/sieve/global.sieve sieve_after =