Stuff
public text v1 · immutableif anyof (address :domain :contains ["from","to"] "dovecot",
header :matches "*" "*dovecot*")
{
fileinto "INBOX.dovecot";
stop;
}
if anyof (address :domain :contains ["from","to"] "dovecot",
header :matches "*" "*dovecot*")
{
fileinto "INBOX.dovecot";
stop;
}