Displaying 1 result from an estimated 1 matches for "5io4pitjwm3y4tkcyyeqzuaro5bsdcyehog".
2014 Oct 29
1
Sieve plus addressed mail filtering
Today I learned, that to filter incoming plus addressed mail
(user+tag@?) I had to deviate from the documentation. There it reads:
if envelope :detail "to" "spam"{
fileinto "Spam";
}
Instead I had to write:
if address :is :detail "To" "tag"{
fileinto "Tagged";
}
Dovecot version is 2.2.13-1+bigmichi1~precise+1
--
peter