about summary refs log tree commit homepage
path: root/scripts/dc-dlvr
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dc-dlvr')
-rwxr-xr-xscripts/dc-dlvr6
1 files changed, 0 insertions, 6 deletions
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'