summaryrefslogtreecommitdiff
path: root/localgotallmail
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2004-09-01 11:54:42 +0000
committerJonas Smedegaard <dr@jones.dk>2004-09-01 11:54:42 +0000
commit103da404ea95e93704d97356ebe1b0eb7e9b571b (patch)
tree5a0354818966418abbe4b4fac1c7eb0f93485a96 /localgotallmail
parentb3cc80322d2aa7deb533ba5d6f2698f2608d4f80 (diff)
Add new spam-options.
Diffstat (limited to 'localgotallmail')
-rwxr-xr-xlocalgotallmail2
1 files changed, 1 insertions, 1 deletions
diff --git a/localgotallmail b/localgotallmail
index f72c4ba..7584a7c 100755
--- a/localgotallmail
+++ b/localgotallmail
@@ -45,7 +45,7 @@ for user in $USERS; do
if [ -z "$target" ]; then
target=$user
fi
- su mail -c "gotmail -u $login -p $pw --delete-messages $opts --forwarding-email $target || echo \"Gotmail from $login@hotmail.com to $target failed with error \$?\""
+ su mail -c "gotmail -u $login -p $pw --delete-messages --use-sa --delete-spam $opts --forwarding-email $target || echo \"Gotmail from $login@hotmail.com to $target failed with error \$?\""
done
fi
done