about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2015-01-09 23:02:55 +0000
committerEric Wong <e@80x24.org>2015-01-09 23:09:27 +0000
commit7168934f52122868258346932d2dcf3d00b9d412 (patch)
tree2ea0715123c09f9243b4f0e1bf0e93fe43509bb2 /lib
parent12314a85d2dc3362a945374e2cae89fa2c7e23da (diff)
downloadruby_posix_mq-7168934f52122868258346932d2dcf3d00b9d412.tar.gz
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 are now encouraged to 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:

	ruby-posix-mq+subscribe@bogomips.org

Similarly, they may unsubscribe via:

	ruby-posix-mq+unsubscribe@bogomips.org

HTTP archives are available via:

	http://bogomips.org/ruby-posix-mq/

ssoma users may also use: git://bogomips.org/ruby-posix-mq
(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 'lib')
-rw-r--r--lib/posix_mq.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/posix_mq.rb b/lib/posix_mq.rb
index 60c63b6..5424667 100644
--- a/lib/posix_mq.rb
+++ b/lib/posix_mq.rb
@@ -41,7 +41,7 @@ class POSIX_MQ
   # SIGEV_THREAD functionality in mq_notify(3).  So far we only
   # know of glibc + Linux supporting this.  Please let us
   # know if your platform can support this functionality and
-  # are willing to test for us <ruby.posix.mq@librelist.com>
+  # are willing to test for us <ruby-posix-mq@bogomips.org>
   #
   # As far as we can tell, this method is not very useful
   # nor efficient.  You would be better served using signals or