about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-06-16 22:45:30 +0000
committerEric Wong <e@80x24.org>2016-06-17 00:41:48 +0000
commita578518f00a646ba7595c94c6b8b928afd65bda6 (patch)
tree1830d1a626f39016a618affeb2d01e64e81a01f0
parent1cbd948ee0f81b889ba1c38a254b49a9364d1904 (diff)
downloadpublic-inbox-a578518f00a646ba7595c94c6b8b928afd65bda6.tar.gz
Unfortunately, people screw up addresses enough and
for this to be a real problem.
-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'