summaryrefslogtreecommitdiff
path: root/Echolot
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2004-06-14 13:46:59 +0000
committerPeter Palfrader <peter@palfrader.org>2004-06-14 13:46:59 +0000
commit169b3cc1a13afa778aaaedd721cbab7e807b2d74 (patch)
tree0da190f78aef992c6fa3b267eee623e0e8f61654 /Echolot
parentc5b8f52451a60d015e8540b8f79bf4e0f195fc43 (diff)
Tell Mixmaster to create no dummies. It has no remailer keys and reliability information anyway.
Diffstat (limited to 'Echolot')
-rw-r--r--Echolot/Pinger/Mix.pm2
1 files changed, 2 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;