Spam Throttle: Difference between revisions

From QmailToaster
Jump to navigation Jump to search
No edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
  Spam Throttle:
  [[https://www.mail-archive.com/toaster@shupp.org/msg02791.html Spam Throttle]]:
 
[[https://www.tnpi.net/internet/mail/toaster/filtering/patches.shtml More]];<br>
  If you are interested in implementing spam throttle, read the following man pages:
  If you are interested in implementing spam throttle, read the following man pages:<br>
 
  man qmail-spamthrottle
  man qmail-spamthrottle
  man qmail-spamt
  man qmail-spamt
  mail qmail-newst
  mail qmail-newst
If you just want some reasonable defaults, do this:


If you just want some reasonable defaults, do this:<br>
  echo "::1501:120000::1000::::" > /var/qmail/control/spamt
  echo "::1501:120000::1000::::" > /var/qmail/control/spamt
  echo "." >> /var/qmail/control/spamt
  echo "." >> /var/qmail/control/spamt
  /var/qmail/bin/qmail-newst
  /var/qmail/bin/qmail-newst

Latest revision as of 23:09, 26 March 2024

[Spam Throttle]:
[More];
If you are interested in implementing spam throttle, read the following man pages:
man qmail-spamthrottle man qmail-spamt mail qmail-newst
If you just want some reasonable defaults, do this:
echo "::1501:120000::1000::::" > /var/qmail/control/spamt echo "." >> /var/qmail/control/spamt /var/qmail/bin/qmail-newst