# # en/10spamfilter.rb: resource of en # @spamfilter_label_conf = 'spam filter' @dnsblfilter_label_conf = 'DNSBL filter' def spamfilter_conf_html r = <<-HTML

Basic filters

Which dou you want to do spam TSUKKOMI finally?

It is spam when TSUKKOMI body has URIs over this value.

It is spam when percentage of URI charctors in TSUKKOMI body is over this value.

It is spam when TSUKKOMI body has URIs match with these patterns.

It is spam when TSUKKOMI body matches with these patterns.

It is spam when mail address matches with these patterns.

Use patterns of URI for checking mail address.

Date

Javascript is used to display TSUKKOMI from into
days before (null: no limit, 0: only today)

IP address filters

It is spam when sender IP address matches these patterns. You have to specify complete IP address or part of IP address ends by '.'.

Description of TSUKKOMI

Show messeges and spam conditions for your subscribers.

HTML r << <<-HTML

for Debug

Debug mode.

HTML r end def dnsblfilter_conf_html r = <<-HTML

Domain Blacklist Services

List of IP based Domain Blacklist Services

List of Domain Blacklist Services

List of Safe Domain. Example for search engine.

HTML r end # Local Variables: # mode: ruby # indent-tabs-mode: t # tab-width: 3 # ruby-indent-level: 3 # End: