## Spam Assassin # Old router from dman, not needed anymore since we do it in local_scan #spamcheck: # # do not use this director when verifying a local-part at SMTP-time # no_verify # # When to scan a message : # # - it isn't already flagged as spam # # - it isn't already scanned # # - it didn't originate locally # #condition = "${if and { {!def:h_X-Spam-Flag:} {!eq {$received_protocol}{spam-scanned}} {!eq {$received_protocol}{local}} } {1}{0}}" # condition = "${if and { {!def:h_X-Spam-Flag:} {!eq {$received_protocol}{spam-scanned}} } {1}{0}}" # driver = smartuser # transport = spamcheckbatch