IMAP过滤器
请教:IMAP过滤器,是否可以支持多条件?比如,有两封邮件,一封主题包括:aa,bb,另一封主题包括bb
需要将主题包括bb,但不包括aa的邮件转到一个新建文件夹
试过以下两种:
If (<SUBJECT> contains "bb" and <SUBJECT> does not contain "aa") then move to {&g0l6Pw-}
If (<SUBJECT> contains "bb" && <SUBJECT> does not contain "aa") then move to {&g0l6Pw-}
都不行,是不是MDaemon的IMAP过滤器不支持多条件?
页:
[1]

