From: Eric Wong Date: Thu, 16 Jun 2016 22:45:30 +0000 (+0000) Subject: scripts/dc-dlvr: remove catchall account X-Git-Tag: v1.0.0~430 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=a578518f00a646ba7595c94c6b8b928afd65bda6;p=public-inbox.git scripts/dc-dlvr: remove catchall account Unfortunately, people screw up addresses enough and for this to be a real problem. --- diff --git a/scripts/dc-dlvr b/scripts/dc-dlvr index e0f32108..2f82ff2a 100755 --- a/scripts/dc-dlvr +++ b/scripts/dc-dlvr @@ -5,12 +5,6 @@ # to use with postfix main.cf: mailbox_command = /etc/dc-dlvr "$EXTENSION" DELIVER=/usr/lib/dovecot/deliver -# my personal preference is to use a catchall account to avoid generating -# backscatter, as invalid emails are usually spam -case $USER in -catchall) exec $DELIVER ;; -esac - # change if your spamc/spamd listens elsewhere spamc='spamc'