Titouan Are you sure that 'require body' and related filter would work?
Am I missing on somethin? regards Nataraj On Mon, Oct 29, 2012 at 2:15 PM, titouan <[email protected]> wrote: > 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 _______________________________________________ DBmail mailing list [email protected] http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail
