From 169b3cc1a13afa778aaaedd721cbab7e807b2d74 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 14 Jun 2004 13:46:59 +0000 Subject: Tell Mixmaster to create no dummies. It has no remailer keys and reliability information anyway. --- Echolot/Pinger/Mix.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Echolot') 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; -- cgit v1.2.3