Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/singpolyma/nntp-maillist
Mailing list-like bridge onto NNTP
https://github.com/singpolyma/nntp-maillist
Last synced: about 1 month ago
JSON representation
Mailing list-like bridge onto NNTP
- Host: GitHub
- URL: https://github.com/singpolyma/nntp-maillist
- Owner: singpolyma
- License: isc
- Created: 2012-04-23T16:09:18.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-04-23T22:20:24.000Z (over 12 years ago)
- Last Synced: 2024-10-15T11:34:33.930Z (3 months ago)
- Language: Ruby
- Size: 105 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
= NNTP Mailing List Bridge =
Data for scripts is stored in either /etc/nntp-maillist/ (if accesible) or else in /etc/
newmail.rb is designed to be used as a Mail Deliver Agent, either directly, or piped from an alias, or piped from procmail, like so:
{{{
:0w
| /usr/bin/ruby /usr/share/nntp-maillist/newmail.rb nntp://news.example.com/ news.example.com
EXITCODE=$?
}}}sendsubs.rb is designed to be used from a cronjob that runs it once for each group for which there are subscribers, running a command like:
{{{
for GROUP in /etc/nntp-maillist/*; do
ruby sendsubs.rb nntp://news.example.com/"$GROUP" news.example.com
done
}}}== Dependencies ==
* http://github.com/mikel/mail