summaryrefslogtreecommitdiff
blob: 9017753df13f3694cb25d5ff7c945443904693df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $Id$
ifplugin Mail::SpamAssassin::Plugin::GoogleSafeBrowsing

# Replace DEADBEEF with your API key
# from http://code.google.com/apis/safebrowsing/key_signup.html
google_safebrowsing_apikey DEADBEEF

# Change these scores if you want
google_safebrowsing_blocklist goog-black-hash 0.2
google_safebrowsing_blocklist goog-malware-hash 0.1

# Do not change these two lines!
body GOOGLE_SAFEBROWSING eval:check_google_safebrowsing_blocklists()
google_safebrowsing_dir /var/lib/spamassassin/google_safebrowsing/

endif # Mail::SpamAssassin::Plugin::GoogleSafeBrowsing

# vim: ft=conf: