##
## clamsmtpd rules include rules
## (c)2005 by Tadeusz Pietraszek (tadek@pietraszek.org)
##

##
## The idea is to have all kinds of messages here, interesting ones
## go to mail/critical/..., uninteresting ones go to trash
## There's also a catch rule for all other postifx stuff
##

group ^clamsmtpd:
misc ^clamsmtpd: (.+): accepted connection from: 127.0.0.1
misc ^clamsmtpd: (.+): from=(.+), to=(.+), status=CLEAN
misc ^clamsmtpd: (.+): from=(.+), to=(.+), status=

group_end


