Code: Select all
if allof (header :contains "from" "meetup.com", anyof (header :contains "subject" "NYC.rb", header :contains "subject" "NYC Tech Meetup"))
{
fileinto "Events.Tech";
stop;
}
Questions:
1) If I only edit the text of the script directly using the text editor on the "Hosted Mail Box ManageSieve" page, will a compound condition like the one I specified above work? I believe this is syntactically correct.
2) If #1 is legitimate syntax that works, is it a known issue with the webmail Filters editor that it will mangle complex sieve scripts?