The FreeBSD Ports Archive

Freebsd | Contact
Welcome to FreeBSD Software


FreeBSD news : p5-Gateway

Robomoderation and mail to news gatewaying toolkit

 Essentially, robomoderators, moderation support programs, and mail to
news gateways are all the same thing.  They take an incoming message,
from either an MTA or from a user filtering program like procmail, or
perhaps even directly from a user's MUA, perform a variety of rewrites
required to turn an RFC 822 message into an RFC 1036 message, possibly
perform a variety of checks and additional rewrites suited to the
particular application, and then hand the message off to a news
server.  News to mail gateways just do exactly the same thing in
reverse.

This is an attempt to generalize out the framework, so that people
don't have to keep writing the same code to read e-mail messages, post
messages, send e-mail messages, and do the common rewrites, and
instead can concentrate on the *interesting* parts, namely the checks
and rewrites they need for their specific application.  News::Gateway
is *not* a robomoderator or gateway in and of itself.  Rather, it's a
toolkit for *building* robomoderators and gateways that attempts to
take care of all of the nitpicking details for you and drastically
decrease the amount of code you have to write.
 




p5-Gateway history


v. 1.13
date: 2007/10/11 21:54:47;  author: linimon;  state: Exp;  lines: +1 -1
Reset croyle@gelemna.org due to maintainer-timeouts and no response to email.

Hat:		portmgr

v. 1.12 date: 2004/12/17 14:17:39; author: vs; state: Exp; lines: +1 -0 Remove stray directories PR: ports/74983 Submitted by: maintainer Requested by: kris
v. 1.11 date: 2003/10/24 12:03:19; author: ijliao; state: Exp; lines: +2 -3 utilize SITE_PERL PR: 58166 Submitted by: Cheng-Lung Sung
v. 1.10 date: 2003/02/21 13:15:53; author: knu; state: Exp; lines: +2 -1 De-pkg-comment.
v. 1.9 date: 2001/03/01 06:37:43; author: vanilla; state: Exp; lines: +12 -15 Remove do-configure section, use PERL_CONFIGURE now.
v. 1.8 date: 2000/05/21 12:10:44; author: knu; state: Exp; lines: +9 -1 Install the author's example files. PR: ports/18703 Submitted by: MAINTAINER
v. 1.7 date: 2000/05/21 11:52:03; author: knu; state: Exp; lines: +3 -3 Change MAINTAINER's mail address. Now "Don Croyle ". PR: 18701, (part of) 18702, 18703, 18706 Submitted by: MAINTAINER
v. 1.6 date: 2000/04/21 07:51:49; author: mharo; state: Exp; lines: +6 -6 Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.5 date: 2000/04/09 17:33:11; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.4 date: 1999/08/30 14:31:47; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.3 date: 1998/09/15 21:31:51; author: asami; state: Exp; lines: +2 -2 Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball checks haven't missed anything. Submitted by: dima
v. 1.2 date: 1998/08/16 19:47:05; author: hoek; state: Exp; lines: +4 -4 Work with perl5. Submitted by: Don Croyle (ports/7598)
v. 1.1 date: 1998/05/04 15:11:40; author: mph; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/05/04 15:11:40; author: mph; state: Exp; lines: +0 -0 Import of p5-Gateway, a Perl 5 module that provides a framework for Netnews moderation and gateway scripts. PR: 6501 Submitted by: Don Croyle ============================================================================= v. 1.13 date: 2007/10/11 21:54:47; author: linimon; state: Exp; lines: +1 -1 Reset croyle@gelemna.org due to maintainer-timeouts and no response to email. Hat: portmgr
v. 1.12 date: 2004/12/17 14:17:39; author: vs; state: Exp; lines: +1 -0 Remove stray directories PR: ports/74983 Submitted by: maintainer Requested by: kris
v. 1.11 date: 2003/10/24 12:03:19; author: ijliao; state: Exp; lines: +2 -3 utilize SITE_PERL PR: 58166 Submitted by: Cheng-Lung Sung
v. 1.10 date: 2003/02/21 13:15:53; author: knu; state: Exp; lines: +2 -1 De-pkg-comment.
v. 1.9 date: 2001/03/01 06:37:43; author: vanilla; state: Exp; lines: +12 -15 Remove do-configure section, use PERL_CONFIGURE now.
v. 1.8 date: 2000/05/21 12:10:44; author: knu; state: Exp; lines: +9 -1 Install the author's example files. PR: ports/18703 Submitted by: MAINTAINER
v. 1.7 date: 2000/05/21 11:52:03; author: knu; state: Exp; lines: +3 -3 Change MAINTAINER's mail address. Now "Don Croyle ". PR: 18701, (part of) 18702, 18703, 18706 Submitted by: MAINTAINER
v. 1.6 date: 2000/04/21 07:51:49; author: mharo; state: Exp; lines: +6 -6 Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.5 date: 2000/04/09 17:33:11; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.4 date: 1999/08/30 14:31:47; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.3 date: 1998/09/15 21:31:51; author: asami; state: Exp; lines: +2 -2 Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball checks haven't missed anything. Submitted by: dima
v. 1.2 date: 1998/08/16 19:47:05; author: hoek; state: Exp; lines: +4 -4 Work with perl5. Submitted by: Don Croyle (ports/7598)
v. 1.1 date: 1998/05/04 15:11:40; author: mph; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/05/04 15:11:40; author: mph; state: Exp; lines: +0 -0 Import of p5-Gateway, a Perl 5 module that provides a framework for Netnews moderation and gateway scripts. PR: 6501 Submitted by: Don Croyle ============================================================================= v. 1.13 date: 2007/10/11 21:54:47; author: linimon; state: Exp; lines: +1 -1 Reset croyle@gelemna.org due to maintainer-timeouts and no response to email. Hat: portmgr
v. 1.12 date: 2004/12/17 14:17:39; author: vs; state: Exp; lines: +1 -0 Remove stray directories PR: ports/74983 Submitted by: maintainer Requested by: kris
v. 1.11 date: 2003/10/24 12:03:19; author: ijliao; state: Exp; lines: +2 -3 utilize SITE_PERL PR: 58166 Submitted by: Cheng-Lung Sung
v. 1.10 date: 2003/02/21 13:15:53; author: knu; state: Exp; lines: +2 -1 De-pkg-comment.
v. 1.9 date: 2001/03/01 06:37:43; author: vanilla; state: Exp; lines: +12 -15 Remove do-configure section, use PERL_CONFIGURE now.
v. 1.8 date: 2000/05/21 12:10:44; author: knu; state: Exp; lines: +9 -1 Install the author's example files. PR: ports/18703 Submitted by: MAINTAINER
v. 1.7 date: 2000/05/21 11:52:03; author: knu; state: Exp; lines: +3 -3 Change MAINTAINER's mail address. Now "Don Croyle ". PR: 18701, (part of) 18702, 18703, 18706 Submitted by: MAINTAINER
v. 1.6 date: 2000/04/21 07:51:49; author: mharo; state: Exp; lines: +6 -6 Correct whitespace introduced during PORTNAME conversion and portlint
v. 1.5 date: 2000/04/09 17:33:11; author: cpiazza; state: Exp; lines: +4 -4 Update with the new PORTNAME/PORTVERSION variables
v. 1.4 date: 1999/08/30 14:31:47; author: peter; state: Exp; lines: +1 -1 $Id$ -> $FreeBSD$
v. 1.3 date: 1998/09/15 21:31:51; author: asami; state: Exp; lines: +2 -2 Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball checks haven't missed anything. Submitted by: dima
v. 1.2 date: 1998/08/16 19:47:05; author: hoek; state: Exp; lines: +4 -4 Work with perl5. Submitted by: Don Croyle (ports/7598)
v. 1.1 date: 1998/05/04 15:11:40; author: mph; state: Exp; branches: 1.1.1; Initial revision
v. 1.1.1.1 date: 1998/05/04 15:11:40; author: mph; state: Exp; lines: +0 -0 Import of p5-Gateway, a Perl 5 module that provides a framework for Netnews moderation and gateway scripts. PR: 6501 Submitted by: Don Croyle =============================================================================



Main menu

FreeBSD

Program categories

Freebsd accessibility
Freebsd archivers
Freebsd astro
Freebsd audio
Freebsd benchmarks
Freebsd biology
Freebsd cad
Freebsd chinese
Freebsd comms
Freebsd converters
Freebsd databases
Freebsd deskutils
Freebsd devel
Freebsd dns
Freebsd editors
Freebsd emulators
Freebsd finance
Freebsd french
Freebsd ftp
Freebsd games
Freebsd german
Freebsd graphics
Freebsd hebrew
Freebsd hungarian
Freebsd irc
Freebsd japanese
Freebsd java
Freebsd korean
Freebsd lang
Freebsd mail
Freebsd math
Freebsd mbone
Freebsd misc
Freebsd multimedia
Freebsd net
Freebsd net-im
Freebsd net-mgmt
Freebsd net-p2p
Freebsd news
Freebsd palm
Freebsd polish
Freebsd ports-mgmt
Freebsd portuguese
Freebsd print
Freebsd russian
Freebsd science
Freebsd security
Freebsd shells
Freebsd sysutils
Freebsd textproc
Freebsd ukrainian
Freebsd vietnamese
Freebsd www
Freebsd x11
Freebsd x11-clocks
Freebsd x11-drivers
Freebsd x11-fm
Freebsd x11-fonts
Freebsd x11-servers
Freebsd x11-themes
Freebsd x11-toolkits
Freebsd x11-wm