[Dovecot] dovecot sieve plugin
maximatt
azamax at gmail.com
Tue Nov 9 13:35:27 EET 2010
hi...
¿exist some way to extract message body contect to a variable with dovecot
sieve plugin? ¿:(?
it's needed to do something like these:
if address :matches ["From"] ["*"] {
set "sender" "${0}";
<extract body content> # i try using something like "if body
:raw :contains ["*"]" and use ${1} but i cant make work.
set :encodeurl "body" "something more <body content>";
notify :message "Test msg from ${sender}" "mailto:someone at domain.com
?body=${body}";
}
thanks in advance! ;)
PD: sorry if these message could be off toppic. :(
--
*Salu2 ;)*
More information about the dovecot
mailing list