]> Sergey Matveev's repositories - public-inbox.git/commitdiff
scripts/dc-dlvr: remove catchall account
authorEric Wong <e@80x24.org>
Thu, 16 Jun 2016 22:45:30 +0000 (22:45 +0000)
committerEric Wong <e@80x24.org>
Fri, 17 Jun 2016 00:41:48 +0000 (00:41 +0000)
Unfortunately, people screw up addresses enough and
for this to be a real problem.

scripts/dc-dlvr

index e0f3210808e14b7cc97887924149484be06b6559..2f82ff2a583df3b006434f42bd2c7b140dde192c 100755 (executable)
@@ -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'