diff options
author | Jonas Smedegaard <dr@jones.dk> | 2004-09-01 11:54:42 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2004-09-01 11:54:42 +0000 |
commit | 103da404ea95e93704d97356ebe1b0eb7e9b571b (patch) | |
tree | 5a0354818966418abbe4b4fac1c7eb0f93485a96 | |
parent | b3cc80322d2aa7deb533ba5d6f2698f2608d4f80 (diff) |
Add new spam-options.
-rwxr-xr-x | localgotallmail | 2 |
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 |