Le 25/10/2012 08:28, Nataraj S Narayan a écrit :
Hi Paul
Yeah, removed 'require' and redirect works.
May I know if filtering the body also possible?
regards
Nataraj
Hello
require "body"
http://tools.ietf.org/html/draft-ietf-sieve-body-09
Example:
require ["body", "fileinto"];
# Save messages mentioning the project schedule in the
# project/schedule folder.
if body :text :contains "project schedule" {
fileinto "project/schedule";
}
titouan
_______________________________________________
DBmail mailing list
[email protected]
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail