Metadata-Version: 2.4
Name: pygn
Version: 0.12.0
Summary: The Python Gateway Script: news2mail mail2news gateway
Author-email: Cosimo Alfarano <kalfa@debian.org>, Matěj Cepl <mcepl@cepl.eu>
License: GPL-3.0
Project-URL: Homepage, https://sr.ht/~mcepl/pyg
Project-URL: Communication, https://lists.sr.ht/~mcepl/devel
Keywords: nntp,email,gateway
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Utilities
Classifier: Topic :: Communications :: Usenet News
Classifier: Environment :: Console
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: COPYING
Requires-Dist: rply
Requires-Dist: pynntp; python_version >= "3.12"
Dynamic: license-file

Python Gateway Script from news to mail and vice versa.

Copyright:\
Copyright (C) 2000-2001,2012 Cosimo Alfarano <kalfa@debian.org>\
Copyright (C) 2014 Matěj Cepl <mcepl@cepl.eu>

A copy of the GNU General Public License, version 3, can be found in
the file COPYING.

It is intended to be a full SMTP/NNTP rfc compliant gateway
with whitelist manager.

You will probably have to install a mail-transport-agent and/or
news-transport-system package to manage SMTP/NNTP traffic.

MTA is needed for mail2news service, since mail have to be
processed on a box where pyg is installed. You can use a remote
smtpserver for news2mail.

News system is useful but not needed, since you can send articles to a
remote SMTP server (ie: moderated NG) where is installed pyg, otherwise you
will need it.

It refers to rfc 822 (mail) and 850 (news).

----------------

All issues, questions, complaints, or (even better!) patches
should be send via email to
[~mcepl/devel@lists.sr.ht](mailto:~mcepl/devel@lists.sr.ht) email
list (for patches use [git
send-email](https://git-send-email.io/)).

