diff options
-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 |