### main/00_stalag13-config_0spamblock
#################################

###### SPAM BLOCKING

# should be working out of the box
SPAMBLOCKING_ENABLE = 1

# spamassassin
# as in http://yeupou.wordpress.com/2010/08/13/slaying-spams-with-both-bogofilter-and-spamassassin-embedded-in-exim/ 
#SPAMBLOCKING_SPAMASSASSIN = 1

# bogofilter 
# as in  http://yeupou.wordpress.com/2010/08/13/slaying-spams-with-both-bogofilter-and-spamassassin-embedded-in-exim/
#SPAMBLOCKING_BOGOFILTER = 1

# rspamd
# almost as in https://rspamd.com/doc/integration.html
SPAMBLOCKING_RSPAMD = 1


### BOUNCES WITHOUT MESSAGES
# leds to issues when mailer daemon is bouncing spam so we ll never do
bounce_return_message = false

###### EOF
