]> Sergey Matveev's repositories - public-inbox.git/blobdiff - scripts/dc-dlvr
scripts/dc-dlvr: remove catchall account
[public-inbox.git] / 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'