unicorn Ruby/Rack server user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* subscription to new ML probably working...
@ 2014-05-08  8:43 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2014-05-08  8:43 UTC (permalink / raw)
  To: mongrel-unicorn; +Cc: unicorn-public

I'll migrate everybody else over around 20140514T20:00Z, otherwise you
might get duplicate messages from being subscribed to both lists.
If you're willing to deal with dupes for a few days, you can try
subscribe/unsubscribe/help commands:

	unicorn-public+subscribe@bogomips.org
	unicorn-public+unsubscribe@bogomips.org
	unicorn-public+help@bogomips.org
	(help will tell you the rest)

Stop reading here unless you're interested in implementation details :>

I only have mlmmj configured to handle the +commands, outgoing SMTP,
and bounces.  It does not receive normal list traffic like a standard
mlmmj install.  Instead, I have it configured to replay data from ssoma
every minute, so I used (as the mlmmj user):

    NAME=unicorn-public
    URL=git://bogomips.org/unicorn-public.git
    ssoma add $NAME $URL "command:ssoma-replay -L $HOME/spool/$NAME"

Where ssoma-replay is a tiny shell script which reads from stdin:
------------------------------8<--------------------------
#!/bin/sh
MSG=$(mktemp -t ssoma-replay.orig.$USER.XXXXXX || exit 1)
cat > "$MSG"
exec /usr/bin/mlmmj-send "$@" -m "$MSG"
------------------------------8<--------------------------
This means it should be easy to have outgoing SMTP on a different server
and allow other folks to run the same service.

Other notes: mlmmj has defaults I like out-of-the-box (unlike mailman,
ugh).  However, archive retrieval with mlmmj is rather painful,
but we have public-inbox and ssoma :)

[1] http://mlmmj.org/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-05-08  8:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-08  8:43 subscription to new ML probably working Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/unicorn.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).