| SpamTueur 1.1.0 documentation | ||
|---|---|---|
| <<< Previous | Installing and configuring SpamTueur | Next >>> |
Each line is described as:
criteria: value
|
Table 2. Possible criteria in the white list
| "order" | list of criteria ("sender" | "subject") separated by ' ' |
| "sender" | regular expression | Address book reference |
| "subject" | regular expression |
eudora-abook=The path to your Eudora address book
elm-abook=The path to your Elm address book
groupwise-abook=The path to your Novell GroupWise address book
ldap-abook=The name of the LDAP server;The Base DN
ldif-abook=The path to your LDIF address book
mozilla-abook=The path to your Mozilla address book
netscape3-abook=The path to your Netscape3 address book
opera-abook=The path to your Opera address book
outlook-abook=contacts
pegasus-abook=The path to your Pegasus address book
pine-abook=The path to your Pine address book
vcard-abook=The path to your VCard address book
Example:
# apply filters in the following order
order: sender subject
# save messages from people in my Mozilla address book
sender: mozilla-abook=/home/me/.mozilla/dgte5ge/abook.mab
# save messages from people from my company
sender: ldap-abook=ldap.mycompany.com;o=mycompany, c=com
# save messages from her
sender: her@herdomain.com
# save messages from thisdomain.com
sender: .*@thisdomain.com
# save message with 'spamtueur' in the subject
subject: spamtueur
# save messages with '[linux]' in the subject
subject: \[linux\]>
|
| <<< Previous | Home | Next >>> |
| Main configuration file | Up | Black list |