about summary refs log tree commit homepage
path: root/ext
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2015-01-13 20:25:05 +0000
committerEric Wong <e@80x24.org>2015-01-13 20:36:00 +0000
commit790f5653fe6b5af7e0dfe26c45edbbe8f650e173 (patch)
tree20614c72a512e7cbd09566a91aeae2c1b9bb2f9f /ext
parentea5ebd62ceae74a2a9fe6754a1c5cea001078afc (diff)
downloadraindrops-790f5653fe6b5af7e0dfe26c45edbbe8f650e173.tar.gz
Existing subscribers on librelist will need to resubscribe since
there's no published subscriber lists anywhere.

The public-inbox + mlmmj setup on bogomips.org allows posting
without subscription and offers downloadable archives via git.
The lack of rsyncable archives on librelist nowadays and
subscription-required nature of librelist are points against it.

Repliers should Cc: all recipients (using the reply-all
function of their mail client) since many readers are not
subscribed.

This project has never accepted or encouraged HTML email, but
librelist accepted it.  The bogomips.org mail server is
configured to treat HTML mail as spam, so do not send HTML mail
if you expect a response.

Users who wish to subscribe may send a message to:

    raindrops-public+subscribe@bogomips.org

Similarly, they may unsubscribe via:

    raindrops-public+unsubscribe@bogomips.org

HTTP archives are available via:

    http://bogomips.org/raindrops-public/

ssoma users may also use: git://bogomips.org/raindrops-public
(see README change)

Old messages to the librelist addresses will continue to
get routed to the new mailing list.

ref: http://public-inbox.org/
Diffstat (limited to 'ext')
-rw-r--r--ext/raindrops/linux_inet_diag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/raindrops/linux_inet_diag.c b/ext/raindrops/linux_inet_diag.c
index 773e094..fa8de03 100644
--- a/ext/raindrops/linux_inet_diag.c
+++ b/ext/raindrops/linux_inet_diag.c
@@ -216,7 +216,7 @@ static const char *addr_any(sa_family_t family)
 static void bug_warn(void)
 {
         fprintf(stderr, "Please report how you produced this at "\
-                        "raindrops@librelist.org\n");
+                        "raindrops-public@bogomips.org\n");
         fflush(stderr);
 }