# # en/10spamfilter.rb: resource of en # @spamfilter_label_conf = 'spam filter' @dnsblfilter_label_conf = 'DNSBL filter' def spamfilter_conf_html r = <<-HTML
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.
Javascript is used to display TSUKKOMI from into
days before (null: no limit, 0: only today)
It is spam when sender IP address matches these patterns. You have to specify complete IP address or part of IP address ends by '.'.
Show messeges and spam conditions for your subscribers.
Debug mode.
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: