# @WC tab Add Entry ### Add new whitelist entry # Adding a user to your whitelist gives them a -100 score, which has the # effect of always marking their mail as non-spam. # # Whitelist and blacklist addresses are file-glob-style patterns, so # friend@somewhere.com, *@isp.com, or *.domain.net will all work. # # Please enter the new whitelist (email you want to recieve) address whitelist_entry= # Please enter the new blacklist (email you want not to recieve) address blacklist_entry= # @WC button add_entry # @WC hide on default # Location to spamassassin local.cf file #sa_local_file=/etc/spamassassin/local.cf sa_local_file=local.cf # spamassassin init script sa_init_script=/etc/init.d/spamassassin |