diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-06-14 13:46:59 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-06-14 13:46:59 +0000 |
commit | 169b3cc1a13afa778aaaedd721cbab7e807b2d74 (patch) | |
tree | 0da190f78aef992c6fa3b267eee623e0e8f61654 | |
parent | c5b8f52451a60d015e8540b8f79bf4e0f195fc43 (diff) |
Tell Mixmaster to create no dummies. It has no remailer keys and reliability information anyway.
-rw-r--r-- | Echolot/Pinger/Mix.pm | 2 | ||||
-rw-r--r-- | NEWS | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Echolot/Pinger/Mix.pm b/Echolot/Pinger/Mix.pm index 33586a9..61f62ae 100644 --- a/Echolot/Pinger/Mix.pm +++ b/Echolot/Pinger/Mix.pm @@ -81,6 +81,8 @@ sub ping($$$$$) { print (F "TYPE2LIST type2.list\n"); print (F "SENDMAIL $sendmail -f $address -t\n"); print (F "VERBOSE 0\n"); + print (F "INDUMMYP 0\n"); + print (F "OUTDUMMYP 0\n"); close (F) or Echolot::Log::warn("Cannot close $mixcfg: $!."), return 0; @@ -2,6 +2,8 @@ Changes in version XXXXX - 2004 * Fix use of an illegal filedescriptor when we know of a remailer, but do not have keys for it yet/anymore. * Check if syswrite's return value is defined. + * Tell Mixmaster to create no dummies. It has no remailer keys + and reliability information anyway. Changes in version 2.1.4 - 2004-06-10 * Have new disable and enable commands which are shortcut |