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
#
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
+ }
+}