All pastes #1871399 Raw Edit

Stuff

public text v1 · immutable
#1871399 ·published 2010-05-04 17:07 UTC
rendered paste body
if anyof (address :domain :contains ["from","to"] "dovecot",
	  header :matches "*" "*dovecot*")
{
 fileinto "INBOX.dovecot";
 stop;
}