{# Copyright (C) 2023 Dirk Stöcker This software is licensed as described in the file COPYING, which you should have received as part of this distribution. The terms are also available at https://trac.edgewall.org/wiki/TracLicense. This software consists of voluntary contributions made by many individuals. For the exact contribution history, see the revision history and logs, available at https://trac.edgewall.org/. #} # extends 'admin.html' # block admintitle ${_("External services")} #endblock admintitle # block adminpanel

${_("Spam Filtering: External services")}

# if error:
${_("An error checking supplied data occured, see below for details.")}
# endif
${jmacros.form_token_input()}

# set skip_spam # endset # set skip_ham # endset
# set stop_spam # endset # set stop_ham # endset
${_("Akismet")} # set akismet_link # endset

# trans The Akismet filter uses the free ${akismet_link}Akismet service to decide if content submissions are potential spam. You need to obtain an API key to use the service, which is freely available for personal use. # endtrans

# if akismeterror:
${_("Key validation failed: %(error)s") % {'error' : akismeterror}}
# endif
${_("StopForumSpam")} # set stopforumspam_link # endset

# trans stopforumspam_link The StopForumSpam filter uses the ${stopforumspam_link}StopForumSpam service to decide if content submissions are potential spam. You need to obtain an API key to report SPAM to the service, which is freely available. # endtrans

${_("BotScout")} # set botscout_link # endset

# trans botscout_link The BotScout filter uses the ${botscout_link}BotScout service to decide if content submissions are potential spam. You need to obtain an API key to use the service, which is freely available. # endtrans

# if blacklists:
${_("HTTP:BL")} # set httpbl_link # endset

# trans httpbl_link The HTTP:BL filter uses the free ${httpbl_link}HTTP:BL service to decide if content submissions are potential spam. You need to obtain an API key to use the service, which is freely available for personal use. # endtrans

# endif # if unknownsourceerror:
${_("Key validation failed: %(error)s") % {'error' : unknownsourceerror}}
# endif # if blacklists:
${_("Free access blacklists")}
# set rblcheck_link # endset # set multirbl_link # endset # trans rblcheck_link, multirbl_link A list of DNS blacklists can be found e.g. at the ${rblcheck_link}RBLCheck or ${multirbl_link}MultiRBL services. # endtrans
# endif

# trans You can enable or disable these filters from the “General → Plugins” panel of the web administration interface. # endtrans

# if error: # endif
# endblock adminpanel