summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-08-19 19:02:19 +0000
committerPeter Palfrader <peter@palfrader.org>2002-08-19 19:02:19 +0000
commit715a98355a4fc7afdb8d27726808f9aaf58755fc (patch)
tree0dd1440e07d16be7e398a86298968a98bd5e7631
parentb0857c6ae2ecd211b7f356a50e32ccc1b021e2a7 (diff)
Write REMAIL n to mix.cfg
-rw-r--r--Echolot/Pinger/Mix.pm3
-rw-r--r--NEWS2
2 files changed, 4 insertions, 1 deletions
diff --git a/Echolot/Pinger/Mix.pm b/Echolot/Pinger/Mix.pm
index a2a66c2..1bae338 100644
--- a/Echolot/Pinger/Mix.pm
+++ b/Echolot/Pinger/Mix.pm
@@ -1,7 +1,7 @@
package Echolot::Pinger::Mix;
# (c) 2002 Peter Palfrader <peter@palfrader.org>
-# $Id: Mix.pm,v 1.7 2002/08/15 03:27:47 weasel Exp $
+# $Id: Mix.pm,v 1.8 2002/08/19 19:02:19 weasel Exp $
#
=pod
@@ -54,6 +54,7 @@ sub ping($$$$) {
open (F, ">$mixcfg") or
cluck("Cannot open $mixcfg for writing: $!"),
return 0;
+ print (F "REMAIL n\n");
print (F "NAME Echolot Pinger\n");
print (F "ADDRESS $address\n");
print (F "PUBRING pubring.mix\n");
diff --git a/NEWS b/NEWS
index 1dbd082..cf5e39a 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ Changes in version
* Have a consistent name for the ~/echolot directory in README.
* If you request keyconf from only a few remailers more requests could
have been sent. Fixed that.
+ * Write REMAIL n to mix.cfg - apparently it defaults to yes, which
+ means Mixmaster will want to create keys.
Changes in version 2.0beta30 - 2002-08-15
* Write NAME and ADDRESS to mix.cfg - mix cannot figure it out