Home
last modified time | relevance | path

Searched refs:spamlevel (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/usermin/usermin-1.830/filter/
H A Dindex.cgi79 $spamlevel = &get_global_spam_delete();
80 if ($spamlevel) {
82 [ "", &text('index_clevel', $spamlevel),
/dports/sysutils/webmin/webmin-1.981/filter/
H A Dindex.cgi79 $spamlevel = &get_global_spam_delete();
80 if ($spamlevel) {
82 [ "", &text('index_clevel', $spamlevel),
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/network/
H A DnSpamProtection.cpp73 nSpamProtection::Level nSpamProtection::CheckSpam( REAL spamlevel, int userToKick, tOutput const & … in CheckSpam() argument
82 spamProtect_ += spamlevel; in CheckSpam()
H A DnSpamProtection.h58 …Level CheckSpam( REAL spamlevel, int UserToKick, tOutput const & message ); // check if someone is…
/dports/mail/listadmin/listadmin-2.40/
H A Dlistadmin.pl311 my $spamlevel = $config->{"spamlevel"};
364 if ($spamlevel && $spamscore >= $spamlevel) {
1146 $cur{spamlevel} = unquote($POSTMATCH);
1147 if ($cur{spamlevel} =~ /^(\d+)\s*$/) {
1148 $cur{spamlevel} = $1;