![]() |
sponsored links |
|
|
sponsored links
|
|
1
9th June 02:06
External User
Posts: 1
|
I'm setting up Spamassain, and I can't seem to find out how to create a
whitelist for it. I will be retrieving my mail using fetchmail, then pasing it to procmail, which will call somassain. If it matters my MUA of choice is mutt. -- "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
|
3
9th June 11:53
External User
Posts: 1
|
Thanks, so I should just add the -a flag to where procmail invokes it, like
this: :0fw: spamassassin.lock * < 256000 | spamassassin -a Correct? -- "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
4
9th June 11:53
External User
Posts: 1
|
http://au2.spamassassin.org/doc/Mail_SpamAssassin_Conf.html
WHITELIST AND BLACKLIST OPTIONS Have fun. Mark -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
5
9th June 11:54
External User
Posts: 1
|
Mmm, I'd seen that. Seems a bit clumsy to have to edit the config file
every time I wan't to add an address to the whitelist. -- "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
6
9th June 11:55
External User
Posts: 1
|
[20:42][schoutjm@mainframe:~] % spamassassin --help
SpamAssassin version 2.60 For more information read the spamassassin man page Usage: spamassassin [options] < *mailmessage* > *output* spamassassin -d < *mailmessage* > <output> spamassassin -r [-w *addr*] < *mailmessage* spamassassin -k [-w *addr*] < *mailmessage* spamassassin -W|-R < *mailmessage* Options: -P, --pipe Deliver to STDOUT (now default) -L, --local Local tests only (no online tests) -r, --report Report message as spam -k, --revoke Revoke message as spam -w addr, --warning-from=addr Send a warning mail to sender from addr -d, --remove-markup Remove spam reports from a message -C path, --configpath=path, --config-file=path Path to standard configuration dir -p prefs, --prefspath=file, --prefs-file=file Set user preferences file --siteconfigpath=path Path for site configs (def: /etc/mail/spamassassin) -x, --nocreate-prefs Don't create user preferences file -e, --exit-code Exit with a non-zero exit code if the tested message was spam -l filename, --log-to-mbox=file Log messages to a mbox file -t, --test-mode Pipe message through and add extra report to the bottom --lint Lint the rule set: report syntax errors -a, --auto-whitelist Use auto-whitelists (AWL) -W, --add-to-whitelist Add addresses in mail to whitelist (AWL) --add-to-blacklist Add addresses in mail to blacklist (AWL) -R, --remove-from-whitelist Remove all addresses found in mail from whitelist (AWL) --add-addr-to-whitelist=addr Add addr to whitelist (AWL) --add-addr-to-blacklist=addr Add addr to blacklist (AWL) --remove-addr-from-whitelist=addr Remove addr from whitelist (AWL) -M, --whitelist-factory Select whitelist factory (AWL) -D, --debug [area=n,...] Print debugging messages -V, --version Print version -h, --help Print usage message Maybe -W should do it? Mark -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
7
9th June 22:27
External User
Posts: 1
|
Teo, I gad read that. What I don't understand is how to use that when the
mail messages in question are alreay stored in a mail folder. Or how to just manually add (for instance) friends that I don't happen to have a sample email laying around from, but whos email address O _do_ have. Perhaps what the proble is here, is that I am misunderstnaing the proper usage of spamassain? I'm expecting to find a simple "whitelist" concept that I can tell it, If the emil originates from this address, It's OK, no matter what. Am I missing something? -- "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
8
9th June 22:27
External User
Posts: 1
|
Yes, the configurationfile. But, you think that it's not good to
manually add an emailaddress. So that's you choice. You could write a script that does it for you, but that depends on your coding-skills. In Mutt, you can do '|' 'spammassassin -W'. Mutt will then pipe the message through spamassassin, which should whitelist it. That's all I know. Mark -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|
|
10
10th June 08:23
External User
Posts: 1
|
Thanks, I implemented that earlier. We will see how it works.
Thanks. -- "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org |
|