aboutsummaryrefslogtreecommitdiff
path: root/mailfilter.dot.link
diff options
context:
space:
mode:
Diffstat (limited to 'mailfilter.dot.link')
-rw-r--r--mailfilter.dot.link32
1 files changed, 16 insertions, 16 deletions
diff --git a/mailfilter.dot.link b/mailfilter.dot.link
index 48c9c93..6860175 100644
--- a/mailfilter.dot.link
+++ b/mailfilter.dot.link
@@ -25,22 +25,6 @@ DEFAULT="$BASE/INBOX"
logfile "$HOME/temp/log/maildrop"
#
-# Custom recipes
-#
-
-# Test for a custom maildrop configuration
-`test -r $HOME/.custom/mailfilter`
-
-# Includes an existing maildrop configuration
-if ($RETURNCODE == 0)
-{
- log "Including $HOME/.custom/mailfilter"
- exception {
- include $HOME/.custom/mailfilter
- }
-}
-
-#
# SPAM handling
#
@@ -72,3 +56,19 @@ if (/^Subject:.*\*\*\*SPAM\*\*\*/)
if (/^X-Bogosity: Spam.*/)
to $BASE/INBOX.Trash
+
+#
+# Custom recipes
+#
+
+# Test for a custom maildrop configuration
+`test -r $HOME/.custom/mailfilter`
+
+# Includes an existing maildrop configuration
+if ($RETURNCODE == 0)
+{
+ log "Including $HOME/.custom/mailfilter"
+ exception {
+ include $HOME/.custom/mailfilter
+ }
+}