[news.admin] How to Construct the Mailpaths File

usenet@gatech.EDU (01/01/87)

Original-from: Gene Spafford (spaf@gatech.edu)
[Most recent change: 29 December 1986 by spaf@gatech.edu]

News 2.11 has been designed to make it simpler to submit articles to
moderated newsgroups and to reply via mail to posted articles.  For
these functions to work, the file "mailpaths" must exist in the news
library and contain current information.  This file describes the
syntax of the contents of the file and how to construct it for your site.

Syntax
------
All lines in the file consist of a keyword followed by whitespace,
followed by a printf-style format string which is used to encode a mail
address.  The format string should be constructed so that there is a
single "%s" in the field, and other information necessary to construct
a valid address to the appropriate site (see below).

The keyword field consists of either the word "internet", the word
"backbone", or some newsgroup pattern.  These are examined by the
software to determine which format-string to use.  Note that the first
appropriate line matched is the one used -- thus, the "backbone"
keyword line should be placed last in the line if regional or local
moderated groups are supported.

Addresses that end up with both "!" and "@" symbols in the resulting
address get converted so that only "!" symbols appear in the final
address.  An address of the form "foo!bar!baz@barf" will get converted
to "foo!bar!barf!baz" and then mailed.  This should work properly,
but you should test it to make sure.  Note that *any* address with
more than a single "@" in it is illegal.

Submissions to moderated groups
-------------------------------
When you attempt to post to a moderated newsgroup (indicated by the
letter "m" in the 4th field of the "active" file for that group), 
the action of "inews" is to mail the submission to the moderator.
This is done by searching through "mailpaths" file for a keyword
matching the newgroup being posted to, or, by default, the keyword
"backbone".  Matching occurs as in the "sys" file -- thus,
"world" and "all" will also match everything, while "news" or 
"news.all" will only match articles posted in the "news" category.
This feature can be used to support local moderated groups.

Once a line has been matched, the name of the moderated group is
transformed into an address.  This is done by first turning all the
imbedded periods within the newsgroup name into hyphens (e.g.,
"news.lists" becomes "news-lists") since periods have special meaning
in mail addresses.  Next, the transformed group name is encoded into an
address using the format-string present on the line matched from
"mailpaths" and the article mailed.  Thus, a posting to "news.lists"
from a site with the line
	backbone        akgua!gatech!%s 
in the mailpaths file would have the article mailed to
"akgua!gatech!news-lists".  Likewise, a line like
	backbone	%s@seismo.css.gov
would result in the article being mailed to "news-lists@seismo.css.gov".

To make the mechanism for moderated postings simpler, a subset of the 
backbone sites (plus some others) have committed to keeping a complete
up-to-date set of mail aliases for the moderated groups.  Therefore, to
build this line in your "mailpaths" file, you need only construct
an address to get the mail to one of these sites.  In turn, once the
submission reaches that site, it will be forwarded on to the
appropriate moderator's mailbox.

The sites currently maintaining these lists are given in the following
list.  Pick the one that is "closest" to your site and use it in your
"backbone" format string:

	ames
	cbatt
	clyde
	cuae2
	gatech
	hao
	kddlab
	linus
	mcnc
	sdcsvax
	seismo
	uw-beaver
	watmath


Internet Mail
-------------
If you define the "INTERNET" flag when you build 2.11 news, the
software will use the internet-style "From:" header when addressing
replies mailed to postings.  If your mailer does not have this capability,
you can still (possibly) achieve the same thing by defining the
"internet" line in your "mailpaths" file to forward such mail to
a host that does have a mailer which understands internet-style addresses.

The format of this line is very similar to the "backbone" line.  As an
example, consider:
	internet	akgua!seismo!%s
Thus, if "INTERNET" was defined when this version of mail was built,
any reply to a news article would not travel along the "Path:", but
would instead be sent to "seismo" for interpretation and remailing.
For example, to reply to this article, the mail would be sent to
"akgua!seismo!spaf@gatech.edu"

Note:  This is being provided as a service to sites which do not
have routing mailers or which have difficulty replying to articles.
It is *NOT* intended for everyone to pass mail to other sites to send.
Excessive use of this feature may result in severe problems for
the sites doing the relaying, so please simply define this field to
be "%s" if your mailer understands domain-style (internet-style)
addressing.

The following sites will accept internet-format mail for forwarding:

	cbatt
	clyde
	cuae2
	kddlab
	mcnc
	sdcsvax
	seismo
	uw-beaver
	watmath

usenet@gatech.UUCP (02/16/87)

Original-from: Gene Spafford (spaf@gatech.edu)
[Most recent change: 8 January 1987 by spaf@gatech.edu]

News 2.11 has been designed to make it simpler to submit articles to
moderated newsgroups and to reply via mail to posted articles.  For
these functions to work, the file "mailpaths" must exist in the news
library and contain current information.  This file describes the
syntax of the contents of the file and how to construct it for your site.

Syntax
------
All lines in the file consist of a keyword followed by whitespace,
followed by a printf-style format string which is used to encode a mail
address.  The format string should be constructed so that there is a
single "%s" in the field, and other information necessary to construct
a valid address to the appropriate site (see below).

The keyword field consists of either the word "internet", the word
"backbone", or some newsgroup pattern.  These are examined by the
software to determine which format-string to use.  Note that the first
appropriate line matched is the one used -- thus, the "backbone"
keyword line should be placed last in the line if regional or local
moderated groups are supported.

Addresses that end up with both "!" and "@" symbols in the resulting
address get converted so that only "!" symbols appear in the final
address.  An address of the form "foo!bar!baz@barf" will get converted
to "foo!bar!barf!baz" and then mailed.  This should work properly, for
"dumb" mailers but you should test it to make sure; "smart" mailers
should have the format fields encoded as a simple "%s". Note that *any*
address with more than a single "@" in it is illegal.

Submissions to moderated groups
-------------------------------
When you attempt to post to a moderated newsgroup (indicated by the
letter "m" in the 4th field of the "active" file for that group), 
the action of "inews" is to mail the submission to the moderator.
This is done by searching through "mailpaths" file for a keyword
matching the newgroup being posted to, or, by default, the keyword
"backbone".  Matching occurs as in the "sys" file -- thus,
"world" and "all" will also match everything, while "news" or 
"news.all" will only match articles posted in the "news" category.
This feature can be used to support local moderated groups.

Once a line has been matched, the name of the moderated group is
transformed into an address.  This is done by first turning all the
imbedded periods within the newsgroup name into hyphens (e.g.,
"news.lists" becomes "news-lists") because many mailers mishandle
addresses with periods in the username (periods are supposed to be
delimiters only in the host/domain part of RFC822 addresses, but some
mailers "overreact").  Next, the transformed group name is encoded into
an address using the format-string present on the line matched from
"mailpaths" and the article is mailed.  Thus, a posting to "news.lists"
from a site with the line
	backbone        akgua!gatech!%s 
in the mailpaths file would have the article mailed to
"akgua!gatech!news-lists".  Likewise, a line like
	backbone	%s@seismo.css.gov
would result in the article being mailed to "news-lists@seismo.css.gov".

To make the mechanism for moderated postings simpler, a subset of the 
backbone sites (plus some others) have committed to keeping a complete
up-to-date set of mail aliases for the moderated groups.  Therefore, to
build this line in your "mailpaths" file, you need only construct
an address to get the mail to one of these sites.  In turn, once the
submission reaches that site, it will be forwarded on to the
appropriate moderator's mailbox.

The sites currently maintaining these lists are given in the following
list.  Pick the one that is "closest" to your site and use it in your
"backbone" format string:

	ames
	cbatt
	clyde
	cuae2
	decwrl
	gatech
	hao
	kddlab
	linus
	mcnc
	rutgers
	sdcsvax
	seismo
	tektronix
	uw-beaver
	watmath


Internet Mail
-------------
If you define the "INTERNET" flag when you build 2.11 news, the
software will use the internet-style "From:" header when addressing
replies mailed to postings.  If your mailer does not have this capability,
you can still (possibly) achieve the same thing by defining the
"internet" line in your "mailpaths" file to forward such mail to
a host that does have a mailer which understands internet-style addresses.

The format of this line is very similar to the "backbone" line.  As an
example, consider:
	internet	akgua!seismo!%s
Thus, if "INTERNET" was defined when this version of mail was built,
any reply to a news article would not travel along the "Path:", but
would instead be sent to "seismo" for interpretation and remailing.
For example, to reply to this article, the mail would be sent to
"akgua!seismo!spaf@gatech.edu"

Note:  This is being provided as a service to sites which do not
have routing mailers or which have difficulty replying to articles.
It is *NOT* intended for everyone to pass mail to other sites to send.
Excessive use of this feature may result in severe problems for
the sites doing the relaying, so please simply define this field to
be "%s" if your mailer understands domain-style (internet-style)
addressing.

The following sites will accept internet-format mail for forwarding:

	cbatt
	clyde
	cuae2
	kddlab
	mcnc
	sdcsvax
	seismo
	uw-beaver
	watmath

usenet@gatech.UUCP (03/01/87)

Original-from: Gene Spafford (spaf@gatech.edu)
[Most recent change: 16 February 1987 by spaf@gatech.edu]

News 2.11 has been designed to make it simpler to submit articles to
moderated newsgroups and to reply via mail to posted articles.  For
these functions to work, the file "mailpaths" must exist in the news
library and contain current information.  This file describes the
syntax of the contents of the file and how to construct it for your site.

Syntax
------
All lines in the file consist of a keyword followed by whitespace,
followed by a printf-style format string which is used to encode a mail
address.  The format string should be constructed so that there is a
single "%s" in the field, and other information necessary to construct
a valid address to the appropriate site (see below).

The keyword field consists of either the word "internet", the word
"backbone", or some newsgroup pattern.  These are examined by the
software to determine which format-string to use.  Note that the first
appropriate line matched is the one used -- thus, the "backbone"
keyword line should be placed last in the line if regional or local
moderated groups are supported.

Addresses that end up with both "!" and "@" symbols in the resulting
address get converted so that only "!" symbols appear in the final
address.  An address of the form "foo!bar!baz@barf" will get converted
to "foo!bar!barf!baz" and then mailed.  This should work properly, for
"dumb" mailers but you should test it to make sure; "smart" mailers
should have the format fields encoded as a simple "%s". Note that *any*
address with more than a single "@" in it is illegal.

Submissions to moderated groups
-------------------------------
When you attempt to post to a moderated newsgroup (indicated by the
letter "m" in the 4th field of the "active" file for that group), 
the action of "inews" is to mail the submission to the moderator.
This is done by searching through "mailpaths" file for a keyword
matching the newgroup being posted to, or, by default, the keyword
"backbone".  Matching occurs as in the "sys" file -- thus,
"world" and "all" will also match everything, while "news" or 
"news.all" will only match articles posted in the "news" category.
This feature can be used to support local moderated groups.

Once a line has been matched, the name of the moderated group is
transformed into an address.  This is done by first turning all the
imbedded periods within the newsgroup name into hyphens (e.g.,
"news.lists" becomes "news-lists") because many mailers mishandle
addresses with periods in the username (periods are supposed to be
delimiters only in the host/domain part of RFC822 addresses, but some
mailers "overreact").  Next, the transformed group name is encoded into
an address using the format-string present on the line matched from
"mailpaths" and the article is mailed.  Thus, a posting to "news.lists"
from a site with the line
	backbone        akgua!gatech!%s 
in the mailpaths file would have the article mailed to
"akgua!gatech!news-lists".  Likewise, a line like
	backbone	%s@seismo.css.gov
would result in the article being mailed to "news-lists@seismo.css.gov".

To make the mechanism for moderated postings simpler, a subset of the 
backbone sites (plus some others) have committed to keeping a complete
up-to-date set of mail aliases for the moderated groups.  Therefore, to
build this line in your "mailpaths" file, you need only construct
an address to get the mail to one of these sites.  In turn, once the
submission reaches that site, it will be forwarded on to the
appropriate moderator's mailbox.

The sites currently maintaining these lists are given in the following
list.  Pick the one that is "closest" to your site and use it in your
"backbone" format string:

	ames
	cbatt
	clyde
	cuae2
	decwrl
	gatech
	hao
	kddlab
	linus
	mcnc
	rutgers
	sdcsvax
	seismo
	tektronix
	uw-beaver
	watmath


Internet Mail
-------------
If you define the "INTERNET" flag when you build 2.11 news, the
software will use the internet-style "From:" header when addressing
replies mailed to postings.  If your mailer does not have this capability,
you can still (possibly) achieve the same thing by defining the
"internet" line in your "mailpaths" file to forward such mail to
a host that does have a mailer which understands internet-style addresses.

The format of this line is very similar to the "backbone" line.  As an
example, consider:
	internet	akgua!seismo!%s
Thus, if "INTERNET" was defined when this version of news was built,
any reply to a news article would not travel along the "Path:", but
would instead be sent to "seismo" for interpretation and remailing.
For example, to reply to this article, the mail would be sent to
"akgua!seismo!spaf@gatech.edu"  -> "akgua!seismo!gatech.edu!spaf"

Note:  This is being provided as a service to sites which do not
have routing mailers or which have difficulty replying to articles.
It is *NOT* intended for everyone to pass mail to other sites to send.
Excessive use of this feature may result in severe problems for
the sites doing the relaying, so please simply define this field to
be "%s" if your mailer understands domain-style (internet-style)
addressing.

The following sites will accept internet-format mail for forwarding:

	cbatt
	clyde
	cuae2
	kddlab
	mcnc
	sdcsvax
	seismo
	uw-beaver
	watmath

usenet@gatech.EDU (03/16/87)

Original-from: Gene Spafford (spaf@gatech.edu)
[Most recent change: 8 March 1987 by spaf@gatech.edu]

News 2.11 has been designed to make it simpler to submit articles to
moderated newsgroups and to reply via mail to posted articles.  For
these functions to work, the file "mailpaths" must exist in the news
library and contain current information.  This file describes the
syntax of the contents of the file and how to construct it for your site.

Syntax
------
All lines in the file consist of a keyword followed by whitespace,
followed by a printf-style format string which is used to encode a mail
address.  The format string should be constructed so that there is a
single "%s" in the field, and other information necessary to construct
a valid address to the appropriate site (see below).

The keyword field consists of either the word "internet", the word
"backbone", or some newsgroup pattern.  These are examined by the
software to determine which format-string to use.  Note that the first
appropriate line matched is the one used -- thus, the "backbone"
keyword line should be placed last in the line if regional or local
moderated groups are supported.

Addresses that end up with both "!" and "@" symbols in the resulting
address get converted so that only "!" symbols appear in the final
address.  An address of the form "foo!bar!baz@barf" will get converted
to "foo!bar!barf!baz" and then mailed.  This should work properly, for
"dumb" mailers but you should test it to make sure; "smart" mailers
should have the format fields encoded as a simple "%s". Note that *any*
address with more than a single "@" in it is illegal.

Submissions to moderated groups
-------------------------------
When you attempt to post to a moderated newsgroup (indicated by the
letter "m" in the 4th field of the "active" file for that group), 
the action of "inews" is to mail the submission to the moderator.
This is done by searching through "mailpaths" file for a keyword
matching the newgroup being posted to, or, by default, the keyword
"backbone".  Matching occurs as in the "sys" file -- thus,
"world" and "all" will also match everything, while "news" or 
"news.all" will only match articles posted in the "news" category.
This feature can be used to support local moderated groups.

Once a line has been matched, the name of the moderated group is
transformed into an address.  This is done by first turning all the
imbedded periods within the newsgroup name into hyphens (e.g.,
"news.lists" becomes "news-lists") because many mailers mishandle
addresses with periods in the username (periods are supposed to be
delimiters only in the host/domain part of RFC822 addresses, but some
mailers "overreact").  Next, the transformed group name is encoded into
an address using the format-string present on the line matched from
"mailpaths" and the article is mailed.  Thus, a posting to "news.lists"
from a site with the line
	backbone        akgua!gatech!%s 
in the mailpaths file would have the article mailed to
"akgua!gatech!news-lists".  Likewise, a line like
	backbone	%s@seismo.css.gov
would result in the article being mailed to "news-lists@seismo.css.gov".

To make the mechanism for moderated postings simpler, a subset of the 
backbone sites (plus some others) have committed to keeping a complete
up-to-date set of mail aliases for the moderated groups.  Therefore, to
build this line in your "mailpaths" file, you need only construct
an address to get the mail to one of these sites.  In turn, once the
submission reaches that site, it will be forwarded on to the
appropriate moderator's mailbox.

The sites currently maintaining these lists are given in the following
list.  Pick the one that is "closest" to your site and use it in your
"backbone" format string:

	ames
	cbatt
	clyde
	cuae2
	decuac
	decwrl
	gatech
	hao
	kddlab
	linus
	mcnc
	rutgers
	sdcsvax
	seismo
	tektronix
	uw-beaver
	watmath


Internet Mail
-------------
If you define the "INTERNET" flag when you build 2.11 news, the
software will use the internet-style "From:" header when addressing
replies mailed to postings.  If your mailer does not have this capability,
you can still (possibly) achieve the same thing by defining the
"internet" line in your "mailpaths" file to forward such mail to
a host that does have a mailer which understands internet-style addresses.

The format of this line is very similar to the "backbone" line.  As an
example, consider:
	internet	akgua!seismo!%s
Thus, if "INTERNET" was defined when this version of news was built,
any reply to a news article would not travel along the "Path:", but
would instead be sent to "seismo" for interpretation and remailing.
For example, to reply to this article, the mail would be sent to
"akgua!seismo!spaf@gatech.edu"  -> "akgua!seismo!gatech.edu!spaf"

Note:  This is being provided as a service to sites which do not
have routing mailers or which have difficulty replying to articles.
It is *NOT* intended for everyone to pass mail to other sites to send.
Excessive use of this feature may result in severe problems for
the sites doing the relaying, so please simply define this field to
be "%s" if your mailer understands domain-style (internet-style)
addressing.

The following sites will accept internet-format mail for forwarding:

	cbatt
	clyde
	cuae2
	decuac
	kddlab
	mcnc
	sdcsvax
	seismo
	uw-beaver
	watmath

usenet@gatech.edu (06/01/87)

Original-from: Gene Spafford (spaf@gatech.edu)
[Most recent change: 29 March 1987 by spaf@gatech.edu]

News 2.11 has been designed to make it simpler to submit articles to
moderated newsgroups and to reply via mail to posted articles.  For
these functions to work, the file "mailpaths" must exist in the news
library and contain current information.  This file describes the
syntax of the contents of the file and how to construct it for your site.

Syntax
------
All lines in the file consist of a keyword followed by whitespace,
followed by a printf-style format string which is used to encode a mail
address.  The format string should be constructed so that there is a
single "%s" in the field, and other information necessary to construct
a valid address to the appropriate site (see below).

The keyword field consists of either the word "internet", the word
"backbone", or some newsgroup pattern.  These are examined by the
software to determine which format-string to use.  Note that the first
appropriate line matched is the one used -- thus, the "backbone"
keyword line should be placed last in the line if regional or local
moderated groups are supported.

Addresses that end up with both "!" and "@" symbols in the resulting
address get converted so that only "!" symbols appear in the final
address.  An address of the form "foo!bar!baz@barf" will get converted
to "foo!bar!barf!baz" and then mailed.  This should work properly, for
"dumb" mailers but you should test it to make sure; "smart" mailers
should have the format fields encoded as a simple "%s". Note that *any*
address with more than a single "@" in it is illegal.

Submissions to moderated groups
-------------------------------
When you attempt to post to a moderated newsgroup (indicated by the
letter "m" in the 4th field of the "active" file for that group), 
the action of "inews" is to mail the submission to the moderator.
This is done by searching through "mailpaths" file for a keyword
matching the newgroup being posted to, or, by default, the keyword
"backbone".  Matching occurs as in the "sys" file -- thus,
"world" and "all" will also match everything, while "news" or 
"news.all" will only match articles posted in the "news" category.
This feature can be used to support local moderated groups.

Once a line has been matched, the name of the moderated group is
transformed into an address.  This is done by first turning all the
imbedded periods within the newsgroup name into hyphens (e.g.,
"news.lists" becomes "news-lists") because many mailers mishandle
addresses with periods in the username (periods are supposed to be
delimiters only in the host/domain part of RFC822 addresses, but some
mailers "overreact").  Next, the transformed group name is encoded into
an address using the format-string present on the line matched from
"mailpaths" and the article is mailed.  Thus, a posting to "news.lists"
from a site with the line
	backbone        akgua!gatech!%s 
in the mailpaths file would have the article mailed to
"akgua!gatech!news-lists".  Likewise, a line like
	backbone	%s@seismo.css.gov
would result in the article being mailed to "news-lists@seismo.css.gov".

To make the mechanism for moderated postings simpler, a subset of the 
backbone sites (plus some others) have committed to keeping a complete
up-to-date set of mail aliases for the moderated groups.  Therefore, to
build this line in your "mailpaths" file, you need only construct
an address to get the mail to one of these sites.  In turn, once the
submission reaches that site, it will be forwarded on to the
appropriate moderator's mailbox.

The sites currently maintaining these lists are given in the following
list.  Pick the one that is "closest" to your site and use it in your
"backbone" format string:

	ames
	cbatt
	clyde
	decuac
	decwrl
	gatech
	hao
	kddlab
	linus
	mcnc
	micropro
	rutgers
	sdcsvax
	seismo
	tektronix
	ucbvax
	uw-beaver
	watmath


Internet Mail
-------------
If you define the "INTERNET" flag when you build 2.11 news, the
software will use the internet-style "From:" header when addressing
replies mailed to postings.  If your mailer does not have this capability,
you can still (possibly) achieve the same thing by defining the
"internet" line in your "mailpaths" file to forward such mail to
a host that does have a mailer which understands internet-style addresses.

The format of this line is very similar to the "backbone" line.  As an
example, consider:
	internet	akgua!seismo!%s
Thus, if "INTERNET" was defined when this version of news was built,
any reply to a news article would not travel along the "Path:", but
would instead be sent to "seismo" for interpretation and remailing.
For example, to reply to this article, the mail would be sent to
"akgua!seismo!spaf@gatech.edu"  -> "akgua!seismo!gatech.edu!spaf"

Note:  This is being provided as a service to sites which do not
have routing mailers or which have difficulty replying to articles.
It is *NOT* intended for everyone to pass mail to other sites to send.
Excessive use of this feature may result in severe problems for
the sites doing the relaying, so please simply define this field to
be "%s" if your mailer understands domain-style (internet-style)
addressing.

The following sites will accept internet-format mail for forwarding:

	cbatt
	clyde
	decuac
	kddlab
	mcnc
	sdcsvax
	seismo
	uw-beaver
	watmath

usenet@gatech.edu (06/18/87)

Original-from: Gene Spafford (spaf@gatech.edu)
[Most recent change: 17 June 1987 by spaf@gatech.edu]

News 2.11 has been designed to make it simpler to submit articles to
moderated newsgroups and to reply via mail to posted articles.  For
these functions to work, the file "mailpaths" must exist in the news
library and contain current information.  This file describes the
syntax of the contents of the file and how to construct it for your site.

Syntax
------
All lines in the file consist of a keyword followed by whitespace,
followed by a printf-style format string which is used to encode a mail
address.  The format string should be constructed so that there is a
single "%s" in the field, and other information necessary to construct
a valid address to the appropriate site (see below).

The keyword field consists of either the word "internet", the word
"backbone", or some newsgroup pattern.  These are examined by the
software to determine which format-string to use.  Note that the first
appropriate line matched is the one used -- thus, the "backbone"
keyword line should be placed last in the line if regional or local
moderated groups are supported.

Addresses that end up with both "!" and "@" symbols in the resulting
address get converted so that only "!" symbols appear in the final
address.  An address of the form "foo!bar!baz@barf" will get converted
to "foo!bar!barf!baz" and then mailed.  This should work properly, for
"dumb" mailers but you should test it to make sure; "smart" mailers
should have the format fields encoded as a simple "%s". Note that *any*
address with more than a single "@" in it is illegal.

Submissions to moderated groups
-------------------------------
When you attempt to post to a moderated newsgroup (indicated by the
letter "m" in the 4th field of the "active" file for that group), 
the action of "inews" is to mail the submission to the moderator.
This is done by searching through "mailpaths" file for a keyword
matching the newgroup being posted to, or, by default, the keyword
"backbone".  Matching occurs as in the "sys" file -- thus,
"world" and "all" will also match everything, while "news" or 
"news.all" will only match articles posted in the "news" category.
This feature can be used to support local moderated groups.

Once a line has been matched, the name of the moderated group is
transformed into an address.  This is done by first turning all the
imbedded periods within the newsgroup name into hyphens (e.g.,
"news.lists" becomes "news-lists") because many mailers mishandle
addresses with periods in the username (periods are supposed to be
delimiters only in the host/domain part of RFC822 addresses, but some
mailers "overreact").  Next, the transformed group name is encoded into
an address using the format-string present on the line matched from
"mailpaths" and the article is mailed.  Thus, a posting to "news.lists"
from a site with the line
	backbone        emory!gatech!%s 
in the mailpaths file would have the article mailed to
"emory!gatech!news-lists".  Likewise, a line like
	backbone	%s@seismo.css.gov
would result in the article being mailed to "news-lists@seismo.css.gov".

To make the mechanism for moderated postings simpler, a subset of the 
backbone sites (plus some others) have committed to keeping a complete
up-to-date set of mail aliases for the moderated groups.  Therefore, to
build this line in your "mailpaths" file, you need only construct
an address to get the mail to one of these sites.  In turn, once the
submission reaches that site, it will be forwarded on to the
appropriate moderator's mailbox.

The sites currently maintaining these lists are given in the following
list.  Pick the one that is "closest" to your site and use it in your
"backbone" format string:

	ames
	cbatt
	clyde
	decuac
	decwrl
	gatech
	hao
	kddlab
	linus
	mcnc
	micropro
	rutgers
	sdcsvax
	seismo
	tektronix
	ucbvax
	uw-beaver
	watmath


Internet Mail
-------------
If you define the "INTERNET" flag when you build 2.11 news, the
software will use the internet-style "From:" header when addressing
replies mailed to postings.  If your mailer does not have this capability,
you can still (possibly) achieve the same thing by defining the
"internet" line in your "mailpaths" file to forward such mail to
a host that does have a mailer which understands internet-style addresses.

The format of this line is very similar to the "backbone" line.  As an
example, consider:
	internet	emory!seismo!%s
Thus, if "INTERNET" was defined when this version of news was built,
any reply to a news article would not travel along the "Path:", but
would instead be sent to "seismo" for interpretation and remailing.
For example, to reply to this article, the mail would be sent to
"emory!seismo!spaf@gatech.edu"  -> "emory!seismo!gatech.edu!spaf"

Note:  This is being provided as a service to sites which do not
have routing mailers or which have difficulty replying to articles.
It is *NOT* intended for everyone to pass mail to other sites to send.
Excessive use of this feature may result in severe problems for
the sites doing the relaying, so please simply define this field to
be "%s" if your mailer understands domain-style (internet-style)
addressing.

The following sites will accept internet-format mail for forwarding:

	cbatt
	clyde
	decuac
	kddlab
	mcnc
	sdcsvax
	seismo
	uw-beaver
	watmath

usenet@gatech.edu (07/01/87)

Original-from: Gene Spafford (spaf@gatech.edu)
[Most recent change: 23 June 1987 by spaf@gatech.edu]

News 2.11 has been designed to make it simpler to submit articles to
moderated newsgroups and to reply via mail to posted articles.  For
these functions to work, the file "mailpaths" must exist in the news
library and contain current information.  This file describes the
syntax of the contents of the file and how to construct it for your site.

Syntax
------
All lines in the file consist of a keyword followed by whitespace,
followed by a printf-style format string which is used to encode a mail
address.  The format string should be constructed so that there is a
single "%s" in the field, and other information necessary to construct
a valid address to the appropriate site (see below).

The keyword field consists of either the word "internet", the word
"backbone", or some newsgroup pattern.  These are examined by the
software to determine which format-string to use.  Note that the first
appropriate line matched is the one used -- thus, the "backbone"
keyword line should be placed last in the line if regional or local
moderated groups are supported.

Addresses that end up with both "!" and "@" symbols in the resulting
address get converted so that only "!" symbols appear in the final
address.  An address of the form "foo!bar!baz@barf" will get converted
to "foo!bar!barf!baz" and then mailed.  This should work properly, for
"dumb" mailers but you should test it to make sure; "smart" mailers
should have the format fields encoded as a simple "%s". Note that *any*
address with more than a single "@" in it is illegal.

Submissions to moderated groups
-------------------------------
When you attempt to post to a moderated newsgroup (indicated by the
letter "m" in the 4th field of the "active" file for that group), 
the action of "inews" is to mail the submission to the moderator.
This is done by searching through "mailpaths" file for a keyword
matching the newgroup being posted to, or, by default, the keyword
"backbone".  Matching occurs as in the "sys" file -- thus,
"world" and "all" will also match everything, while "news" or 
"news.all" will only match articles posted in the "news" category.
This feature can be used to support local moderated groups.

Once a line has been matched, the name of the moderated group is
transformed into an address.  This is done by first turning all the
imbedded periods within the newsgroup name into hyphens (e.g.,
"news.lists" becomes "news-lists") because many mailers mishandle
addresses with periods in the username (periods are supposed to be
delimiters only in the host/domain part of RFC822 addresses, but some
mailers "overreact").  Next, the transformed group name is encoded into
an address using the format-string present on the line matched from
"mailpaths" and the article is mailed.  Thus, a posting to "news.lists"
from a site with the line
	backbone        emory!gatech!%s 
in the mailpaths file would have the article mailed to
"emory!gatech!news-lists".  Likewise, a line like
	backbone	%s@seismo.css.gov
would result in the article being mailed to "news-lists@seismo.css.gov".

To make the mechanism for moderated postings simpler, a subset of the 
backbone sites (plus some others) have committed to keeping a complete
up-to-date set of mail aliases for the moderated groups.  Therefore, to
build this line in your "mailpaths" file, you need only construct
an address to get the mail to one of these sites.  In turn, once the
submission reaches that site, it will be forwarded on to the
appropriate moderator's mailbox.

The sites currently maintaining these lists are given in the following
list.  Pick the one that is "closest" to your site and use it in your
"backbone" format string:

	ames
	clyde
	decuac
	decwrl
	gatech
	hao
	kddlab
	linus
	mcnc
	micropro
	rutgers
	sdcsvax
	seismo
	tektronix
	ucbvax
	uw-beaver
	watmath


Internet Mail
-------------
If you define the "INTERNET" flag when you build 2.11 news, the
software will use the internet-style "From:" header when addressing
replies mailed to postings.  If your mailer does not have this capability,
you can still (possibly) achieve the same thing by defining the
"internet" line in your "mailpaths" file to forward such mail to
a host that does have a mailer which understands internet-style addresses.

The format of this line is very similar to the "backbone" line.  As an
example, consider:
	internet	emory!seismo!%s
Thus, if "INTERNET" was defined when this version of news was built,
any reply to a news article would not travel along the "Path:", but
would instead be sent to "seismo" for interpretation and remailing.
For example, to reply to this article, the mail would be sent to
"emory!seismo!spaf@gatech.edu"  -> "emory!seismo!gatech.edu!spaf"

Note:  This is being provided as a service to sites which do not
have routing mailers or which have difficulty replying to articles.
It is *NOT* intended for everyone to pass mail to other sites to send.
Excessive use of this feature may result in severe problems for
the sites doing the relaying, so please simply define this field to
be "%s" if your mailer understands domain-style (internet-style)
addressing.

The following sites will accept internet-format mail for forwarding:

	cbatt
	clyde
	decuac
	kddlab
	mcnc
	sdcsvax
	seismo
	uw-beaver
	watmath

spaf@arthur.cs.purdue.edu (Gene Spafford) (09/15/87)

Original-from: Gene Spafford (spaf@purdue.edu)
[Most recent change: 7 September 1987 by spaf@purdue.edu (Gene Spafford)]

News 2.11 has been designed to make it simpler to submit articles to
moderated newsgroups and to reply via mail to posted articles.  For
these functions to work, the file "mailpaths" must exist in the news
library and contain current information.  This file describes the
syntax of the contents of the file and how to construct it for your site.

Syntax
------
All lines in the file consist of a keyword followed by whitespace,
followed by a printf-style format string which is used to encode a mail
address.  The format string should be constructed so that there is a
single "%s" in the field, and other information necessary to construct
a valid address to the appropriate site (see below).

The keyword field consists of either the word "internet", the word
"backbone", or some newsgroup pattern.  These are examined by the
software to determine which format-string to use.  Note that the first
appropriate line matched is the one used -- thus, the "backbone"
keyword line should be placed last in the line if regional or local
moderated groups are supported.

Addresses that end up with both "!" and "@" symbols in the resulting
address get converted so that only "!" symbols appear in the final
address.  An address of the form "foo!bar!baz@barf" will get converted
to "foo!bar!barf!baz" and then mailed.  This should work properly, for
"dumb" mailers but you should test it to make sure; "smart" mailers
should have the format fields encoded as a simple "%s". Note that *any*
address with more than a single "@" in it is illegal.

Submissions to moderated groups
-------------------------------
When you attempt to post to a moderated newsgroup (indicated by the
letter "m" in the 4th field of the "active" file for that group), 
the action of "inews" is to mail the submission to the moderator.
This is done by searching through "mailpaths" file for a keyword
matching the newgroup being posted to, or, by default, the keyword
"backbone".  Matching occurs as in the "sys" file -- thus,
"world" and "all" will also match everything, while "news" or 
"news.all" will only match articles posted in the "news" category.
This feature can be used to support local moderated groups.

Once a line has been matched, the name of the moderated group is
transformed into an address.  This is done by first turning all the
imbedded periods within the newsgroup name into hyphens (e.g.,
"news.lists" becomes "news-lists") because many mailers mishandle
addresses with periods in the username (periods are supposed to be
delimiters only in the host/domain part of RFC822 addresses, but some
mailers "overreact").  Next, the transformed group name is encoded into
an address using the format-string present on the line matched from
"mailpaths" and the article is mailed.  Thus, a posting to "news.lists"
from a site with the line
	backbone        emory!gatech!%s 
in the mailpaths file would have the article mailed to
"emory!gatech!news-lists".  Likewise, a line like
	backbone	%s@gatech.edu
would result in the article being mailed to "news-lists@gatech.edu".

To make the mechanism for moderated postings simpler, a subset of the 
backbone sites (plus some others) have committed to keeping a complete
up-to-date set of mail aliases for the moderated groups.  Therefore, to
build this line in your "mailpaths" file, you need only construct
an address to get the mail to one of these sites.  In turn, once the
submission reaches that site, it will be forwarded on to the
appropriate moderator's mailbox.

The sites currently maintaining these lists are given in the following
list.  Pick the one that is "closest" to your site and use it in your
"backbone" format string:

	ames
	clyde
	decuac
	decwrl
	gatech
	hao
	kddlab
	linus
	mcnc
	micropro
	rutgers
	sdcsvax
	tektronix
	ucbvax
	uw-beaver
	watmath


Internet Mail
-------------
If you define the "INTERNET" flag when you build 2.11 news, the
software will use the internet-style "From:" header when addressing
replies mailed to postings.  If your mailer does not have this capability,
you can still (possibly) achieve the same thing by defining the
"internet" line in your "mailpaths" file to forward such mail to
a host that does have a mailer which understands internet-style addresses.

The format of this line is very similar to the "backbone" line.  As an
example, consider:
	internet	emory!gatech!mcnc!%s
Thus, if "INTERNET" was defined when this version of news was built,
any reply to a news article would not travel along the "Path:", but
would instead be sent to "mcnc" for interpretation and remailing.
For example, to reply to this article, the mail would be sent to
"emory!gatech!mcnc!spaf@purdue.edu"  -> "emory!gatech!mcnc!purdue.edu!spaf"

Note:  This is being provided as a service to sites which do not
have routing mailers or which have difficulty replying to articles.
It is *NOT* intended for everyone to pass mail to other sites to send.
Excessive use of this feature may result in severe problems for
the sites doing the relaying, so please simply define this field to
be "%s" if your mailer understands domain-style (internet-style)
addressing.

The following sites will accept internet-format mail for forwarding:

	cbatt
	clyde
	decuac
	kddlab
	mcnc
	sdcsvax
	uw-beaver
	watmath

-- 
Gene Spafford
Dept. of Computer Sciences, Purdue University, W. Lafayette IN 47907-2004
Internet:  spaf@cs.purdue.edu	uucp:	...!{decwrl,gatech,ucbvax}!purdue!spaf

spaf@arthur.cs.purdue.edu (Gene Spafford) (10/01/87)

Original-from: Gene Spafford (spaf@purdue.edu)
[Most recent change: 17 September 1987 by spaf@purdue.edu (Gene Spafford)]

News 2.11 has been designed to make it simpler to submit articles to
moderated newsgroups and to reply via mail to posted articles.  For
these functions to work, the file "mailpaths" must exist in the news
library and contain current information.  This file describes the
syntax of the contents of the file and how to construct it for your site.

Syntax
------
All lines in the file consist of a keyword followed by whitespace,
followed by a printf-style format string which is used to encode a mail
address.  The format string should be constructed so that there is a
single "%s" in the field, and other information necessary to construct
a valid address to the appropriate site (see below).

The keyword field consists of either the word "internet", the word
"backbone", or some newsgroup pattern.  These are examined by the
software to determine which format-string to use.  Note that the first
appropriate line matched is the one used -- thus, the "backbone"
keyword line should be placed last in the line if regional or local
moderated groups are supported.

Addresses that end up with both "!" and "@" symbols in the resulting
address get converted so that only "!" symbols appear in the final
address.  An address of the form "foo!bar!baz@barf" will get converted
to "foo!bar!barf!baz" and then mailed.  This should work properly, for
"dumb" mailers but you should test it to make sure; "smart" mailers
should have the format fields encoded as a simple "%s". Note that *any*
address with more than a single "@" in it is illegal.

Submissions to moderated groups
-------------------------------
When you attempt to post to a moderated newsgroup (indicated by the
letter "m" in the 4th field of the "active" file for that group), 
the action of "inews" is to mail the submission to the moderator.
This is done by searching through "mailpaths" file for a keyword
matching the newgroup being posted to, or, by default, the keyword
"backbone".  Matching occurs as in the "sys" file -- thus,
"world" and "all" will also match everything, while "news" or 
"news.all" will only match articles posted in the "news" category.
This feature can be used to support local moderated groups.

Once a line has been matched, the name of the moderated group is
transformed into an address.  This is done by first turning all the
imbedded periods within the newsgroup name into hyphens (e.g.,
"news.lists" becomes "news-lists") because many mailers mishandle
addresses with periods in the username (periods are supposed to be
delimiters only in the host/domain part of RFC822 addresses, but some
mailers "overreact").  Next, the transformed group name is encoded into
an address using the format-string present on the line matched from
"mailpaths" and the article is mailed.  Thus, a posting to "news.lists"
from a site with the line
	backbone        emory!gatech!%s 
in the mailpaths file would have the article mailed to
"emory!gatech!news-lists".  Likewise, a line like
	backbone	%s@gatech.edu
would result in the article being mailed to "news-lists@gatech.edu".

To make the mechanism for moderated postings simpler, a subset of the 
backbone sites (plus some others) have committed to keeping a complete
up-to-date set of mail aliases for the moderated groups.  Therefore, to
build this line in your "mailpaths" file, you need only construct
an address to get the mail to one of these sites.  In turn, once the
submission reaches that site, it will be forwarded on to the
appropriate moderator's mailbox.

The sites currently maintaining these lists are given in the following
list.  Pick the one that is "closest" to your site and use it in your
"backbone" format string:

	ames
	clyde
	decuac
	decwrl
	gatech
	hao
	kddlab
	linus
	mcnc
	micropro
	rutgers
	sdcsvax
	tektronix
	ucbvax
	uunet
	uw-beaver
	watmath


Internet Mail
-------------
If you define the "INTERNET" flag when you build 2.11 news, the
software will use the internet-style "From:" header when addressing
replies mailed to postings.  If your mailer does not have this capability,
you can still (possibly) achieve the same thing by defining the
"internet" line in your "mailpaths" file to forward such mail to
a host that does have a mailer which understands internet-style addresses.

The format of this line is very similar to the "backbone" line.  As an
example, consider:
	internet	emory!gatech!mcnc!%s
Thus, if "INTERNET" was defined when this version of news was built,
any reply to a news article would not travel along the "Path:", but
would instead be sent to "mcnc" for interpretation and remailing.
For example, to reply to this article, the mail would be sent to
"emory!gatech!mcnc!spaf@purdue.edu"  -> "emory!gatech!mcnc!purdue.edu!spaf"

Note:  This is being provided as a service to sites which do not
have routing mailers or which have difficulty replying to articles.
It is *NOT* intended for everyone to pass mail to other sites to send.
Excessive use of this feature may result in severe problems for
the sites doing the relaying, so please simply define this field to
be "%s" if your mailer understands domain-style (internet-style)
addressing.

The following sites will accept internet-format mail for forwarding:

	cbatt
	clyde
	decuac
	kddlab
	mcnc
	sdcsvax
	uunet
	uw-beaver
	watmath

-- 
Gene Spafford
Dept. of Computer Sciences, Purdue University, W. Lafayette IN 47907-2004
Internet:  spaf@cs.purdue.edu	uucp:	...!{decwrl,gatech,ucbvax}!purdue!spaf

spaf@arthur.cs.purdue.edu (Gene Spafford) (11/03/87)

Original-from: Gene Spafford (spaf@purdue.edu)
[Most recent change: 13 October 1987 by spaf@purdue.edu (Gene Spafford)]

News 2.11 has been designed to make it simpler to submit articles to
moderated newsgroups and to reply via mail to posted articles.  For
these functions to work, the file "mailpaths" must exist in the news
library and contain current information.  This file describes the
syntax of the contents of the file and how to construct it for your site.

Syntax
------
All lines in the file consist of a keyword followed by whitespace,
followed by a printf-style format string which is used to encode a mail
address.  The format string should be constructed so that there is a
single "%s" in the field, and other information necessary to construct
a valid address to the appropriate site (see below).

The keyword field consists of either the word "internet", the word
"backbone", or some newsgroup pattern.  These are examined by the
software to determine which format-string to use.  Note that the first
appropriate line matched is the one used -- thus, the "backbone"
keyword line should be placed last in the line if regional or local
moderated groups are supported.

Addresses that end up with both "!" and "@" symbols in the resulting
address get converted so that only "!" symbols appear in the final
address.  An address of the form "foo!bar!baz@barf" will get converted
to "foo!bar!barf!baz" and then mailed.  This should work properly, for
"dumb" mailers but you should test it to make sure; "smart" mailers
should have the format fields encoded as a simple "%s". Note that *any*
address with more than a single "@" in it is illegal.

Submissions to moderated groups
-------------------------------
When you attempt to post to a moderated newsgroup (indicated by the
letter "m" in the 4th field of the "active" file for that group), 
the action of "inews" is to mail the submission to the moderator.
This is done by searching through "mailpaths" file for a keyword
matching the newgroup being posted to, or, by default, the keyword
"backbone".  Matching occurs as in the "sys" file -- thus,
"world" and "all" will also match everything, while "news" or 
"news.all" will only match articles posted in the "news" category.
This feature can be used to support local moderated groups.

Once a line has been matched, the name of the moderated group is
transformed into an address.  This is done by first turning all the
imbedded periods within the newsgroup name into hyphens (e.g.,
"news.lists" becomes "news-lists") because many mailers mishandle
addresses with periods in the username (periods are supposed to be
delimiters only in the host/domain part of RFC822 addresses, but some
mailers "overreact").  Next, the transformed group name is encoded into
an address using the format-string present on the line matched from
"mailpaths" and the article is mailed.  Thus, a posting to "news.lists"
from a site with the line
	backbone        emory!gatech!%s 
in the mailpaths file would have the article mailed to
"emory!gatech!news-lists".  Likewise, a line like
	backbone	%s@gatech.edu
would result in the article being mailed to "news-lists@gatech.edu".

To make the mechanism for moderated postings simpler, a subset of the 
backbone sites (plus some others) have committed to keeping a complete
up-to-date set of mail aliases for the moderated groups.  Therefore, to
build this line in your "mailpaths" file, you need only construct
an address to get the mail to one of these sites.  In turn, once the
submission reaches that site, it will be forwarded on to the
appropriate moderator's mailbox.

The sites currently maintaining these lists are given in the following
list.  Pick the one that is "closest" to your site and use it in your
"backbone" format string:

	ames
	clyde
	codas
	decuac
	decwrl
	gatech
	hao
	kddlab
	linus
	mcnc
	rutgers
	sdcsvax
	tektronix
	ucbvax
	uunet
	uw-beaver
	watmath


Internet Mail
-------------
If you define the "INTERNET" flag when you build 2.11 news, the
software will use the internet-style "From:" header when addressing
replies mailed to postings.  If your mailer does not have this capability,
you can still (possibly) achieve the same thing by defining the
"internet" line in your "mailpaths" file to forward such mail to
a host that does have a mailer which understands internet-style addresses.

The format of this line is very similar to the "backbone" line.  As an
example, consider:
	internet	emory!gatech!mcnc!%s
Thus, if "INTERNET" was defined when this version of news was built,
any reply to a news article would not travel along the "Path:", but
would instead be sent to "mcnc" for interpretation and remailing.
For example, to reply to this article, the mail would be sent to
"emory!gatech!mcnc!spaf@purdue.edu"  -> "emory!gatech!mcnc!purdue.edu!spaf"

Note:  This is being provided as a service to sites which do not
have routing mailers or which have difficulty replying to articles.
It is *NOT* intended for everyone to pass mail to other sites to send.
Excessive use of this feature may result in severe problems for
the sites doing the relaying, so please simply define this field to
be "%s" if your mailer understands domain-style (internet-style)
addressing.

The following sites will accept internet-format mail for forwarding:

	clyde
	decuac
	kddlab
	mcnc
	sdcsvax
	uunet
	uw-beaver
	watmath

-- 
Gene Spafford
Dept. of Computer Sciences, Purdue University, W. Lafayette IN 47907-2004
Internet:  spaf@cs.purdue.edu	uucp:	...!{decwrl,gatech,ucbvax
as
as
ues ak 

spaf@uther.cs.purdue.edu (Gene Spafford) (11/16/87)

Original-from: Gene Spafford (spaf@purdue.edu)
[Most recent change: 13 October 1987 by spaf@purdue.edu (Gene Spafford)]

News 2.11 has been designed to make it simpler to submit articles to
moderated newsgroups and to reply via mail to posted articles.  For
these functions to work, the file "mailpaths" must exist in the news
library and contain current information.  This file describes the
syntax of the contents of the file and how to construct it for your site.

Syntax
------
All lines in the file consist of a keyword followed by whitespace,
followed by a printf-style format string which is used to encode a mail
address.  The format string should be constructed so that there is a
single "%s" in the field, and other information necessary to construct
a valid address to the appropriate site (see below).

The keyword field consists of either the word "internet", the word
"backbone", or some newsgroup pattern.  These are examined by the
software to determine which format-string to use.  Note that the first
appropriate line matched is the one used -- thus, the "backbone"
keyword line should be placed last in the line if regional or local
moderated groups are supported.

Addresses that end up with both "!" and "@" symbols in the resulting
address get converted so that only "!" symbols appear in the final
address.  An address of the form "foo!bar!baz@barf" will get converted
to "foo!bar!barf!baz" and then mailed.  This should work properly, for
"dumb" mailers but you should test it to make sure; "smart" mailers
should have the format fields encoded as a simple "%s". Note that *any*
address with more than a single "@" in it is illegal.

Submissions to moderated groups
-------------------------------
When you attempt to post to a moderated newsgroup (indicated by the
letter "m" in the 4th field of the "active" file for that group), 
the action of "inews" is to mail the submission to the moderator.
This is done by searching through "mailpaths" file for a keyword
matching the newgroup being posted to, or, by default, the keyword
"backbone".  Matching occurs as in the "sys" file -- thus,
"world" and "all" will also match everything, while "news" or 
"news.all" will only match articles posted in the "news" category.
This feature can be used to support local moderated groups.

Once a line has been matched, the name of the moderated group is
transformed into an address.  This is done by first turning all the
imbedded periods within the newsgroup name into hyphens (e.g.,
"news.lists" becomes "news-lists") because many mailers mishandle
addresses with periods in the username (periods are supposed to be
delimiters only in the host/domain part of RFC822 addresses, but some
mailers "overreact").  Next, the transformed group name is encoded into
an address using the format-string present on the line matched from
"mailpaths" and the article is mailed.  Thus, a posting to "news.lists"
from a site with the line
	backbone        emory!gatech!%s 
in the mailpaths file would have the article mailed to
"emory!gatech!news-lists".  Likewise, a line like
	backbone	%s@gatech.edu
would result in the article being mailed to "news-lists@gatech.edu".

To make the mechanism for moderated postings simpler, a subset of the 
backbone sites (plus some others) have committed to keeping a complete
up-to-date set of mail aliases for the moderated groups.  Therefore, to
build this line in your "mailpaths" file, you need only construct
an address to get the mail to one of these sites.  In turn, once the
submission reaches that site, it will be forwarded on to the
appropriate moderator's mailbox.

The sites currently maintaining these lists are given in the following
list.  Pick the one that is "closest" to your site and use it in your
"backbone" format string:

	ames
	clyde
	codas
	decuac
	decwrl
	gatech
	hao
	kddlab
	linus
	mcnc
	rutgers
	sdcsvax
	tektronix
	ucbvax
	uunet
	uw-beaver
	watmath


Internet Mail
-------------
If you define the "INTERNET" flag when you build 2.11 news, the
software will use the internet-style "From:" header when addressing
replies mailed to postings.  If your mailer does not have this capability,
you can still (possibly) achieve the same thing by defining the
"internet" line in your "mailpaths" file to forward such mail to
a host that does have a mailer which understands internet-style addresses.

The format of this line is very similar to the "backbone" line.  As an
example, consider:
	internet	emory!gatech!mcnc!%s
Thus, if "INTERNET" was defined when this version of news was built,
any reply to a news article would not travel along the "Path:", but
would instead be sent to "mcnc" for interpretation and remailing.
For example, to reply to this article, the mail would be sent to
"emory!gatech!mcnc!spaf@purdue.edu"  -> "emory!gatech!mcnc!purdue.edu!spaf"

Note:  This is being provided as a service to sites which do not
have routing mailers or which have difficulty replying to articles.
It is *NOT* intended for everyone to pass mail to other sites to send.
Excessive use of this feature may result in severe problems for
the sites doing the relaying, so please simply define this field to
be "%s" if your mailer understands domain-style (internet-style)
addressing.

The following sites will accept internet-format mail for forwarding:

	clyde
	decuac
	kddlab
	mcnc
	sdcsvax
	uunet
	uw-beaver
	watmath

-- 
Gene Spafford
Dept. of Computer Sciences, Purdue University, W. Lafayette IN 47907-2004
Internet:  spaf@cs.purdue.edu	uucp:	...!{decwrl,gatech,ucbvax}!purdue!spaf

spaf@cs.purdue.EDU (Gene Spafford) (01/02/88)

Original-from: Gene Spafford (spaf@purdue.edu)
[Most recent change: 2 December 1987 by spaf@purdue.edu (Gene Spafford)]

News 2.11 has been designed to make it simpler to submit articles to
moderated newsgroups and to reply via mail to posted articles.  For
these functions to work, the file "mailpaths" must exist in the news
library and contain current information.  This file describes the
syntax of the contents of the file and how to construct it for your site.

Syntax
------
All lines in the file consist of a keyword followed by whitespace,
followed by a printf-style format string which is used to encode a mail
address.  The format string should be constructed so that there is a
single "%s" in the field, and other information necessary to construct
a valid address to the appropriate site (see below).

The keyword field consists of either the word "internet", the word
"backbone", or some newsgroup pattern.  These are examined by the
software to determine which format-string to use.  Note that the first
appropriate line matched is the one used -- thus, the "backbone"
keyword line should be placed last in the line if regional or local
moderated groups are supported.

Addresses that end up with both "!" and "@" symbols in the resulting
address get converted so that only "!" symbols appear in the final
address.  An address of the form "foo!bar!baz@barf" will get converted
to "foo!bar!barf!baz" and then mailed.  This should work properly, for
"dumb" mailers but you should test it to make sure; "smart" mailers
should have the format fields encoded as a simple "%s". Note that *any*
address with more than a single "@" in it is illegal.

Submissions to moderated groups
-------------------------------
When you attempt to post to a moderated newsgroup (indicated by the
letter "m" in the 4th field of the "active" file for that group), 
the action of "inews" is to mail the submission to the moderator.
This is done by searching through "mailpaths" file for a keyword
matching the newgroup being posted to, or, by default, the keyword
"backbone".  Matching occurs as in the "sys" file -- thus,
"world" and "all" will also match everything, while "news" or 
"news.all" will only match articles posted in the "news" category.
This feature can be used to support local moderated groups.

Once a line has been matched, the name of the moderated group is
transformed into an address.  This is done by first turning all the
imbedded periods within the newsgroup name into hyphens (e.g.,
"news.lists" becomes "news-lists") because many mailers mishandle
addresses with periods in the username (periods are supposed to be
delimiters only in the host/domain part of RFC822 addresses, but some
mailers "overreact").  Next, the transformed group name is encoded into
an address using the format-string present on the line matched from
"mailpaths" and the article is mailed.  Thus, a posting to "news.lists"
from a site with the line
	backbone        emory!gatech!%s 
in the mailpaths file would have the article mailed to
"emory!gatech!news-lists".  Likewise, a line like
	backbone	%s@gatech.edu
would result in the article being mailed to "news-lists@gatech.edu".

To make the mechanism for moderated postings simpler, a subset of the 
backbone sites (plus some others) have committed to keeping a complete
up-to-date set of mail aliases for the moderated groups.  Therefore, to
build this line in your "mailpaths" file, you need only construct
an address to get the mail to one of these sites.  In turn, once the
submission reaches that site, it will be forwarded on to the
appropriate moderator's mailbox.

The sites currently maintaining these lists are given in the following
list.  Pick the one that is "closest" to your site and use it in your
"backbone" format string:

	ames
	clyde
	codas
	decuac
	decwrl
	gatech
	hao
	kddlab
	killer
	linus
	mcnc
	rutgers
	sdcsvax
	tektronix
	ucbvax
	uunet
	uw-beaver
	watmath


Internet Mail
-------------
If you define the "INTERNET" flag when you build 2.11 news, the
software will use the internet-style "From:" header when addressing
replies mailed to postings.  If your mailer does not have this capability,
you can still (possibly) achieve the same thing by defining the
"internet" line in your "mailpaths" file to forward such mail to
a host that does have a mailer which understands internet-style addresses.

The format of this line is very similar to the "backbone" line.  As an
example, consider:
	internet	emory!gatech!mcnc!%s
Thus, if "INTERNET" was defined when this version of news was built,
any reply to a news article would not travel along the "Path:", but
would instead be sent to "mcnc" for interpretation and remailing.
For example, to reply to this article, the mail would be sent to
"emory!gatech!mcnc!spaf@purdue.edu"  -> "emory!gatech!mcnc!purdue.edu!spaf"

Note:  This is being provided as a service to sites which do not
have routing mailers or which have difficulty replying to articles.
It is *NOT* intended for everyone to pass mail to other sites to send.
Excessive use of this feature may result in severe problems for
the sites doing the relaying, so please simply define this field to
be "%s" if your mailer understands domain-style (internet-style)
addressing.

The following sites will accept internet-format mail for forwarding:

	clyde
	decuac
	kddlab
	mcnc
	sdcsvax
	uunet
	uw-beaver
	watmath

-- 
Gene Spafford
Dept. of Computer Sciences, Purdue University, W. Lafayette IN 47907-2004
Internet:  spaf@cs.purdue.edu	uucp:	...!{decwrl,gatech,ucbvax}!purdue!spaf

spaf@cs.purdue.EDU (Gene Spafford) (01/16/88)

Original-from: Gene Spafford (spaf@cs.purdue.edu)
[Most recent change: 15 January 1988 by spaf@cs.purdue.edu (Gene Spafford)]

News 2.11 has been designed to make it simpler to submit articles to
moderated newsgroups and to reply via mail to posted articles.  For
these functions to work, the file "mailpaths" must exist in the news
library and contain current information.  This file describes the
syntax of the contents of the file and how to construct it for your site.

Syntax
------
All lines in the file consist of a keyword followed by whitespace,
followed by a printf-style format string which is used to encode a mail
address.  The format string should be constructed so that there is a
single "%s" in the field, and other information necessary to construct
a valid address to the appropriate site (see below).

The keyword field consists of either the word "internet", the word
"backbone", or some newsgroup pattern.  These are examined by the
software to determine which format-string to use.  Note that the first
appropriate line matched is the one used -- thus, the "backbone"
keyword line should be placed last in the line if regional or local
moderated groups are supported.

Addresses that end up with both "!" and "@" symbols in the resulting
address get converted so that only "!" symbols appear in the final
address.  An address of the form "foo!bar!baz@barf" will get converted
to "foo!bar!barf!baz" and then mailed.  This should work properly, for
"dumb" mailers but you should test it to make sure; "smart" mailers
should have the format fields encoded as a simple "%s". Note that *any*
address with more than a single "@" in it is illegal.

Submissions to moderated groups
-------------------------------
When you attempt to post to a moderated newsgroup (indicated by the
letter "m" in the 4th field of the "active" file for that group), 
the action of "inews" is to mail the submission to the moderator.
This is done by searching through "mailpaths" file for a keyword
matching the newgroup being posted to, or, by default, the keyword
"backbone".  Matching occurs as in the "sys" file -- thus,
"world" and "all" will also match everything, while "news" or 
"news.all" will only match articles posted in the "news" category.
This feature can be used to support local moderated groups.

Once a line has been matched, the name of the moderated group is
transformed into an address.  This is done by first turning all the
imbedded periods within the newsgroup name into hyphens (e.g.,
"news.lists" becomes "news-lists") because many mailers mishandle
addresses with periods in the username (periods are supposed to be
delimiters only in the host/domain part of RFC822 addresses, but some
mailers "overreact").  Next, the transformed group name is encoded into
an address using the format-string present on the line matched from
"mailpaths" and the article is mailed.  Thus, a posting to "news.lists"
from a site with the line
	backbone        emory!gatech!%s 
in the mailpaths file would have the article mailed to
"emory!gatech!news-lists".  Likewise, a line like
	backbone	%s@gatech.edu
would result in the article being mailed to "news-lists@gatech.edu".
To make the mechanism for moderated postings simpler, a subset of the 
backbone sites (plus some others) have committed to keeping a complete
up-to-date set of mail aliases for the moderated groups.  Therefore, to
build this line in your "mailpaths" file, you need only construct
an address to get the mail to one of these sites.  In turn, once the
submission reaches that site, it will be forwarded on to the
appropriate moderator's mailbox.

The sites currently maintaining these lists are given in the following
list.  Pick the one that is "closest" to your site and use it in your
"backbone" format string:

	ames		(ames.arc.nasa.gov)
	clyde		(clyde.att.com)
	codas		(codas.att.com)
	decuac		(decuac.dec.com)
	decwrl		(decwrl.dec.com)
	gatech		(gatech.edu)
	hao		(hao.ucar.edu)
	husc6		(husc6.harvard.edu)
	kddlab		(kddlab.kddlabs.jp)
	killer
	linus
	mcnc		(mcnc.org)
	mit-eddie	(eddie.mit.edu)
	rutgers		(rutgers.edu)
	sdcsvax		(sdcsvax.ucsd.edu)
	tektronix	(tektronix.tek.com)
	ucbvax		(ucbvax.berkeley.edu)
	uunet		(uunet.uu.net)
	uw-beaver	(beaver.cs.washington.edu)
	watmath		(math.waterloo.edu)


Internet Mail
-------------
If you define the "INTERNET" flag when you build 2.11 news, the
software will use the internet-style "From:" header when addressing
replies mailed to postings.  If your mailer does not have this capability,
you can still (possibly) achieve the same thing by defining the
"internet" line in your "mailpaths" file to forward such mail to
a host that does have a mailer which understands internet-style addresses.

The format of this line is very similar to the "backbone" line.  As an
example, consider:
	internet	emory!gatech!mcnc!%s
Thus, if "INTERNET" was defined when this version of news was built,
any reply to a news article would not travel along the "Path:", but
would instead be sent to "mcnc" for interpretation and remailing.
For example, to reply to this article, the mail would be sent to
"emory!gatech!mcnc!spaf@cs.purdue.edu"  ->
"emory!gatech!mcnc!cs.purdue.edu!spaf"

Note:  This is being provided as a service to sites which do not
have routing mailers or which have difficulty replying to articles.
It is *NOT* intended for everyone to pass mail to other sites to send.
Excessive use of this feature may result in severe problems for
the sites doing the relaying, so please simply define this field to
be "%s" if your mailer understands domain-style (internet-style)
addressing.

The following sites will accept internet-format mail for forwarding:

	clyde
	decuac
	kddlab
	mcnc
	sdcsvax
	uunet
	uw-beaver
	watmath

-- 
Gene Spafford
Dept. of Computer Sciences, Purdue University, W. Lafayette IN 47907-2004
Internet:  spaf@cs.purdue.edu	uucp:	...!{decwrl,gatech,ucbvax}!purdue!spaf

spaf@cs.purdue.EDU (Gene Spafford) (02/04/88)

Original-from: Gene Spafford (spaf@cs.purdue.edu)
[Most recent change: 31 January 1988 by spaf@cs.purdue.edu (Gene Spafford)]

News 2.11 has been designed to make it simpler to submit articles to
moderated newsgroups and to reply via mail to posted articles.  For
these functions to work, the file "mailpaths" must exist in the news
library and contain current information.  This file describes the
syntax of the contents of the file and how to construct it for your site.

Syntax
------
All lines in the file consist of a keyword followed by whitespace,
followed by a printf-style format string which is used to encode a mail
address.  The format string should be constructed so that there is a
single "%s" in the field, and other information necessary to construct
a valid address to the appropriate site (see below).

The keyword field consists of either the word "internet", the word
"backbone", or some newsgroup pattern.  These are examined by the
software to determine which format-string to use.  Note that the first
appropriate line matched is the one used -- thus, the "backbone"
keyword line should be placed last in the line if regional or local
moderated groups are supported.

Addresses that end up with both "!" and "@" symbols in the resulting
address get converted so that only "!" symbols appear in the final
address.  An address of the form "foo!bar!baz@barf" will get converted
to "foo!bar!barf!baz" and then mailed.  This should work properly, for
"dumb" mailers but you should test it to make sure; "smart" mailers
should have the format fields encoded as a simple "%s". Note that *any*
address with more than a single "@" in it is illegal.

Submissions to moderated groups
-------------------------------
When you attempt to post to a moderated newsgroup (indicated by the
letter "m" in the 4th field of the "active" file for that group), 
the action of "inews" is to mail the submission to the moderator.
This is done by searching through "mailpaths" file for a keyword
matching the newgroup being posted to, or, by default, the keyword
"backbone".  Matching occurs as in the "sys" file -- thus,
"world" and "all" will also match everything, while "news" or 
"news.all" will only match articles posted in the "news" category.
This feature can be used to support local moderated groups.

Once a line has been matched, the name of the moderated group is
transformed into an address.  This is done by first turning all the
imbedded periods within the newsgroup name into hyphens (e.g.,
"news.lists" becomes "news-lists") because many mailers mishandle
addresses with periods in the username (periods are supposed to be
delimiters only in the host/domain part of RFC822 addresses, but some
mailers "overreact").  Next, the transformed group name is encoded into
an address using the format-string present on the line matched from
"mailpaths" and the article is mailed.  Thus, a posting to "news.lists"
from a site with the line
	backbone        emory!gatech!%s 
in the mailpaths file would have the article mailed to
"emory!gatech!news-lists".  Likewise, a line like
	backbone	%s@gatech.edu
would result in the article being mailed to "news-lists@gatech.edu".
To make the mechanism for moderated postings simpler, a subset of the 
backbone sites (plus some others) have committed to keeping a complete
up-to-date set of mail aliases for the moderated groups.  Therefore, to
build this line in your "mailpaths" file, you need only construct
an address to get the mail to one of these sites.  In turn, once the
submission reaches that site, it will be forwarded on to the
appropriate moderator's mailbox.

The sites currently maintaining these lists are given in the following
list.  Pick the one that is "closest" to your site and use it in your
"backbone" format string:

	ames		(ames.arc.nasa.gov)
	clyde		(clyde.att.com)
	codas		(codas.att.com)
	decuac		(decuac.dec.com)
	decwrl		(decwrl.dec.com)
	gatech		(gatech.edu)
	hao		(hao.ucar.edu)
	husc6		(husc6.harvard.edu)
	kddlab		(kddlab.kddlabs.jp)
	killer
	linus		(linus.b.mitre.org)
	mcnc		(mcnc.org)
	mit-eddie	(eddie.mit.edu)
	rutgers		(rutgers.edu)
	ucsd		(ucsd.edu)
	tektronix	(tektronix.tek.com)
	ucbvax		(ucbvax.berkeley.edu)
	uunet		(uunet.uu.net)
	uw-beaver	(beaver.cs.washington.edu)
	watmath		(math.waterloo.edu)


Internet Mail
-------------
If you define the "INTERNET" flag when you build 2.11 news, the
software will use the internet-style "From:" header when addressing
replies mailed to postings.  If your mailer does not have this capability,
you can still (possibly) achieve the same thing by defining the
"internet" line in your "mailpaths" file to forward such mail to
a host that does have a mailer which understands internet-style addresses.

The format of this line is very similar to the "backbone" line.  As an
example, consider:
	internet	emory!gatech!mcnc!%s
Thus, if "INTERNET" was defined when this version of news was built,
any reply to a news article would not travel along the "Path:", but
would instead be sent to "mcnc" for interpretation and remailing.
For example, to reply to this article, the mail would be sent to
"emory!gatech!mcnc!spaf@cs.purdue.edu"  ->
"emory!gatech!mcnc!cs.purdue.edu!spaf"

Note:  This is being provided as a service to sites which do not
have routing mailers or which have difficulty replying to articles.
It is *NOT* intended for everyone to pass mail to other sites to send.
Excessive use of this feature may result in severe problems for
the sites doing the relaying, so please simply define this field to
be "%s" if your mailer understands domain-style (internet-style)
addressing.

The following sites will accept internet-format mail for forwarding:

	clyde
	decuac
	kddlab
	mcnc
	ucsd
	uunet
	uw-beaver
	watmath

-- 
Gene Spafford
Dept. of Computer Sciences, Purdue University, W. Lafayette IN 47907-2004
Internet:  spaf@cs.purdue.edu	uucp:	...!{decwrl,gatech,ucbvax}!purdue!spaf

spaf@cs.purdue.EDU (Gene Spafford) (03/02/88)

Original-from: Gene Spafford (spaf@cs.purdue.edu)
[Most recent change: 10 February 1988 by spaf@cs.purdue.edu (Gene Spafford)]

News 2.11 has been designed to make it simpler to submit articles to
moderated newsgroups and to reply via mail to posted articles.  For
these functions to work, the file "mailpaths" must exist in the news
library and contain current information.  This file describes the
syntax of the contents of the file and how to construct it for your site.

Syntax
------
All lines in the file consist of a keyword followed by whitespace,
followed by a printf-style format string which is used to encode a mail
address.  The format string should be constructed so that there is a
single "%s" in the field, and other information necessary to construct
a valid address to the appropriate site (see below).

The keyword field consists of either the word "internet", the word
"backbone", or some newsgroup pattern.  These are examined by the
software to determine which format-string to use.  Note that the first
appropriate line matched is the one used -- thus, the "backbone"
keyword line should be placed last in the line if regional or local
moderated groups are supported.

Addresses that end up with both "!" and "@" symbols in the resulting
address get converted so that only "!" symbols appear in the final
address.  An address of the form "foo!bar!baz@barf" will get converted
to "foo!bar!barf!baz" and then mailed.  This should work properly, for
"dumb" mailers but you should test it to make sure; "smart" mailers
should have the format fields encoded as a simple "%s". Note that *any*
address with more than a single "@" in it is illegal.

Submissions to moderated groups
-------------------------------
When you attempt to post to a moderated newsgroup (indicated by the
letter "m" in the 4th field of the "active" file for that group), 
the action of "inews" is to mail the submission to the moderator.
This is done by searching through "mailpaths" file for a keyword
matching the newgroup being posted to, or, by default, the keyword
"backbone".  Matching occurs as in the "sys" file -- thus,
"world" and "all" will also match everything, while "news" or 
"news.all" will only match articles posted in the "news" category.
This feature can be used to support local moderated groups.

Once a line has been matched, the name of the moderated group is
transformed into an address.  This is done by first turning all the
imbedded periods within the newsgroup name into hyphens (e.g.,
"news.lists" becomes "news-lists") because many mailers mishandle
addresses with periods in the username (periods are supposed to be
delimiters only in the host/domain part of RFC822 addresses, but some
mailers "overreact").  Next, the transformed group name is encoded into
an address using the format-string present on the line matched from
"mailpaths" and the article is mailed.  Thus, a posting to "news.lists"
from a site with the line
	backbone        emory!gatech!%s 
in the mailpaths file would have the article mailed to
"emory!gatech!news-lists".  Likewise, a line like
	backbone	%s@gatech.edu
would result in the article being mailed to "news-lists@gatech.edu".
To make the mechanism for moderated postings simpler, a subset of the 
backbone sites (plus some others) have committed to keeping a complete
up-to-date set of mail aliases for the moderated groups.  Therefore, to
build this line in your "mailpaths" file, you need only construct
an address to get the mail to one of these sites.  In turn, once the
submission reaches that site, it will be forwarded on to the
appropriate moderator's mailbox.

The sites currently maintaining these lists are given in the following
list.  Pick the one that is "closest" to your site and use it in your
"backbone" format string:

	ames		(ames.arc.nasa.gov)
	bpa		(bpa.bell-atl.com)
	clyde		(clyde.att.com)
	codas		(codas.att.com)
	decuac		(decuac.dec.com)
	decwrl		(decwrl.dec.com)
	gatech		(gatech.edu)
	hao		(hao.ucar.edu)
	husc6		(husc6.harvard.edu)
	kddlab		(kddlab.kddlabs.jp)
	killer
	linus		(linus.b.mitre.org)
	mcnc		(mcnc.org)
	mit-eddie	(eddie.mit.edu)
	rutgers		(rutgers.edu)
	ucsd		(ucsd.edu)
	tektronix	(tektronix.tek.com)
	ucbvax		(ucbvax.berkeley.edu)
	uunet		(uunet.uu.net)
	uw-beaver	(beaver.cs.washington.edu)
	watmath		(math.waterloo.edu)


Internet Mail
-------------
If you define the "INTERNET" flag when you build 2.11 news, the
software will use the internet-style "From:" header when addressing
replies mailed to postings.  If your mailer does not have this capability,
you can still (possibly) achieve the same thing by defining the
"internet" line in your "mailpaths" file to forward such mail to
a host that does have a mailer which understands internet-style addresses.

The format of this line is very similar to the "backbone" line.  As an
example, consider:
	internet	emory!gatech!mcnc!%s
Thus, if "INTERNET" was defined when this version of news was built,
any reply to a news article would not travel along the "Path:", but
would instead be sent to "mcnc" for interpretation and remailing.
For example, to reply to this article, the mail would be sent to
"emory!gatech!mcnc!spaf@cs.purdue.edu"  ->
"emory!gatech!mcnc!cs.purdue.edu!spaf"

Note:  This is being provided as a service to sites which do not
have routing mailers or which have difficulty replying to articles.
It is *NOT* intended for everyone to pass mail to other sites to send.
Excessive use of this feature may result in severe problems for
the sites doing the relaying, so please simply define this field to
be "%s" if your mailer understands domain-style (internet-style)
addressing.

The following sites will accept internet-format mail for forwarding:

	clyde
	decuac
	kddlab
	mcnc
	ucsd
	uunet
	uw-beaver
	watmath

-- 
Gene Spafford
Dept. of Computer Sciences, Purdue University, W. Lafayette IN 47907-2004
Internet:  spaf@cs.purdue.edu	uucp:	...!{decwrl,gatech,ucbvax}!purdue!spaf

spaf@cs.purdue.EDU (Gene Spafford) (04/04/88)

Original-from: Gene Spafford (spaf@cs.purdue.edu)
[Most recent change: 10 February 1988 by spaf@cs.purdue.edu (Gene Spafford)]

News 2.11 has been designed to make it simpler to submit articles to
moderated newsgroups and to reply via mail to posted articles.  For
these functions to work, the file "mailpaths" must exist in the news
library and contain current information.  This file describes the
syntax of the contents of the file and how to construct it for your site.

Syntax
------
All lines in the file consist of a keyword followed by whitespace,
followed by a printf-style format string which is used to encode a mail
address.  The format string should be constructed so that there is a
single "%s" in the field, and other information necessary to construct
a valid address to the appropriate site (see below).

The keyword field consists of either the word "internet", the word
"backbone", or some newsgroup pattern.  These are examined by the
software to determine which format-string to use.  Note that the first
appropriate line matched is the one used -- thus, the "backbone"
keyword line should be placed last in the line if regional or local
moderated groups are supported.

Addresses that end up with both "!" and "@" symbols in the resulting
address get converted so that only "!" symbols appear in the final
address.  An address of the form "foo!bar!baz@barf" will get converted
to "foo!bar!barf!baz" and then mailed.  This should work properly, for
"dumb" mailers but you should test it to make sure; "smart" mailers
should have the format fields encoded as a simple "%s". Note that *any*
address with more than a single "@" in it is illegal.

Submissions to moderated groups
-------------------------------
When you attempt to post to a moderated newsgroup (indicated by the
letter "m" in the 4th field of the "active" file for that group), 
the action of "inews" is to mail the submission to the moderator.
This is done by searching through "mailpaths" file for a keyword
matching the newgroup being posted to, or, by default, the keyword
"backbone".  Matching occurs as in the "sys" file -- thus,
"world" and "all" will also match everything, while "news" or 
"news.all" will only match articles posted in the "news" category.
This feature can be used to support local moderated groups.

Once a line has been matched, the name of the moderated group is
transformed into an address.  This is done by first turning all the
imbedded periods within the newsgroup name into hyphens (e.g.,
"news.lists" becomes "news-lists") because many mailers mishandle
addresses with periods in the username (periods are supposed to be
delimiters only in the host/domain part of RFC822 addresses, but some
mailers "overreact").  Next, the transformed group name is encoded into
an address using the format-string present on the line matched from
"mailpaths" and the article is mailed.  Thus, a posting to "news.lists"
from a site with the line
	backbone        emory!gatech!%s 
in the mailpaths file would have the article mailed to
"emory!gatech!news-lists".  Likewise, a line like
	backbone	%s@gatech.edu
would result in the article being mailed to "news-lists@gatech.edu".
To make the mechanism for moderated postings simpler, a subset of the 
backbone sites (plus some others) have committed to keeping a complete
up-to-date set of mail aliases for the moderated groups.  Therefore, to
build this line in your "mailpaths" file, you need only construct
an address to get the mail to one of these sites.  In turn, once the
submission reaches that site, it will be forwarded on to the
appropriate moderator's mailbox.

The sites currently maintaining these lists are given in the following
list.  Pick the one that is "closest" to your site and use it in your
"backbone" format string:

	ames		(ames.arc.nasa.gov)
	bpa		(bpa.bell-atl.com)
	clyde		(clyde.att.com)
	codas		(codas.att.com)
	decuac		(decuac.dec.com)
	decwrl		(decwrl.dec.com)
	gatech		(gatech.edu)
	hao		(hao.ucar.edu)
	husc6		(husc6.harvard.edu)
	kddlab		(kddlab.kddlabs.jp)
	killer
	linus		(linus.b.mitre.org)
	mcnc		(mcnc.org)
	mit-eddie	(eddie.mit.edu)
	rutgers		(rutgers.edu)
	ucsd		(ucsd.edu)
	tektronix	(tektronix.tek.com)
	ucbvax		(ucbvax.berkeley.edu)
	uunet		(uunet.uu.net)
	uw-beaver	(beaver.cs.washington.edu)
	watmath		(math.waterloo.edu)


Internet Mail
-------------
If you define the "INTERNET" flag when you build 2.11 news, the
software will use the internet-style "From:" header when addressing
replies mailed to postings.  If your mailer does not have this capability,
you can still (possibly) achieve the same thing by defining the
"internet" line in your "mailpaths" file to forward such mail to
a host that does have a mailer which understands internet-style addresses.

The format of this line is very similar to the "backbone" line.  As an
example, consider:
	internet	emory!gatech!mcnc!%s
Thus, if "INTERNET" was defined when this version of news was built,
any reply to a news article would not travel along the "Path:", but
would instead be sent to "mcnc" for interpretation and remailing.
For example, to reply to this article, the mail would be sent to
"emory!gatech!mcnc!spaf@cs.purdue.edu"  ->
"emory!gatech!mcnc!cs.purdue.edu!spaf"

Note:  This is being provided as a service to sites which do not
have routing mailers or which have difficulty replying to articles.
It is *NOT* intended for everyone to pass mail to other sites to send.
Excessive use of this feature may result in severe problems for
the sites doing the relaying, so please simply define this field to
be "%s" if your mailer understands domain-style (internet-style)
addressing.

The following sites will accept internet-format mail for forwarding:

	clyde
	decuac
	kddlab
	mcnc
	ucsd
	uunet
	uw-beaver
	watmath

-- 
Gene Spafford
NSF/Purdue/U of Florida  Software Engineering Research Center,
Dept. of Computer Sciences, Purdue University, W. Lafayette IN 47907-2004
Internet:  spaf@cs.purdue.edu	uucp:	...!{decwrl,gatech,ucbvax}!purdue!spaf

spaf@cs.purdue.EDU (Gene Spafford) (06/01/88)

Original-from: Gene Spafford (spaf@cs.purdue.edu)
[Most recent change: 20 April 1988 by spaf@cs.purdue.edu (Gene Spafford)]

News 2.11 has been designed to make it simpler to submit articles to
moderated newsgroups and to reply via mail to posted articles.  For
these functions to work, the file "mailpaths" must exist in the news
library and contain current information.  This file describes the
syntax of the contents of the file and how to construct it for your site.

Syntax
------
All lines in the file consist of a keyword followed by whitespace,
followed by a printf-style format string which is used to encode a mail
address.  The format string should be constructed so that there is a
single "%s" in the field, and other information necessary to construct
a valid address to the appropriate site (see below).

The keyword field consists of either the word "internet", the word
"backbone", or some newsgroup pattern.  These are examined by the
software to determine which format-string to use.  Note that the first
appropriate line matched is the one used -- thus, the "backbone"
keyword line should be placed last in the line if regional or local
moderated groups are supported.

Addresses that end up with both "!" and "@" symbols in the resulting
address get converted so that only "!" symbols appear in the final
address.  An address of the form "foo!bar!baz@barf" will get converted
to "foo!bar!barf!baz" and then mailed.  This should work properly, for
"dumb" mailers but you should test it to make sure; "smart" mailers
should have the format fields encoded as a simple "%s". Note that *any*
address with more than a single "@" in it is illegal.

Submissions to moderated groups
-------------------------------
When you attempt to post to a moderated newsgroup (indicated by the
letter "m" in the 4th field of the "active" file for that group), 
the action of "inews" is to mail the submission to the moderator.
This is done by searching through "mailpaths" file for a keyword
matching the newgroup being posted to, or, by default, the keyword
"backbone".  Matching occurs as in the "sys" file -- thus,
"world" and "all" will also match everything, while "news" or 
"news.all" will only match articles posted in the "news" category.
This feature can be used to support local moderated groups.

Once a line has been matched, the name of the moderated group is
transformed into an address.  This is done by first turning all the
imbedded periods within the newsgroup name into hyphens (e.g.,
"news.lists" becomes "news-lists") because many mailers mishandle
addresses with periods in the username (periods are supposed to be
delimiters only in the host/domain part of RFC822 addresses, but some
mailers "overreact").  Next, the transformed group name is encoded into
an address using the format-string present on the line matched from
"mailpaths" and the article is mailed.  Thus, a posting to "news.lists"
from a site with the line
	backbone        emory!gatech!%s 
in the mailpaths file would have the article mailed to
"emory!gatech!news-lists".  Likewise, a line like
	backbone	%s@gatech.edu
would result in the article being mailed to "news-lists@gatech.edu".
To make the mechanism for moderated postings simpler, a subset of the 
backbone sites (plus some others) have committed to keeping a complete
up-to-date set of mail aliases for the moderated groups.  Therefore, to
build this line in your "mailpaths" file, you need only construct
an address to get the mail to one of these sites.  In turn, once the
submission reaches that site, it will be forwarded on to the
appropriate moderator's mailbox.

The sites currently maintaining these lists are given in the following
list.  Pick the one that is "closest" to your site and use it in your
"backbone" format string:

	ames		(ames.arc.nasa.gov)
	bpa		(bpa.bell-atl.com)
	clyde		(clyde.att.com)
	decuac		(decuac.dec.com)
	decwrl		(decwrl.dec.com)
	gatech		(gatech.edu)
	ncar		(ncar.ucar.edu)
	husc6		(husc6.harvard.edu)
	kddlab		(kddlab.kddlabs.jp)
	killer
	linus		(linus.b.mitre.org)
	mcnc		(mcnc.org)
	mit-eddie	(eddie.mit.edu)
	rutgers		(rutgers.edu)
	ucsd		(ucsd.edu)
	tektronix	(tektronix.tek.com)
	ucbvax		(ucbvax.berkeley.edu)
	uunet		(uunet.uu.net)
	uw-beaver	(beaver.cs.washington.edu)
	watmath		(math.waterloo.edu)


Internet Mail
-------------
If you define the "INTERNET" flag when you build 2.11 news, the
software will use the internet-style "From:" header when addressing
replies mailed to postings.  If your mailer does not have this capability,
you can still (possibly) achieve the same thing by defining the
"internet" line in your "mailpaths" file to forward such mail to
a host that does have a mailer which understands internet-style addresses.

The format of this line is very similar to the "backbone" line.  As an
example, consider:
	internet	emory!gatech!mcnc!%s
Thus, if "INTERNET" was defined when this version of news was built,
any reply to a news article would not travel along the "Path:", but
would instead be sent to "mcnc" for interpretation and remailing.
For example, to reply to this article, the mail would be sent to
"emory!gatech!mcnc!spaf@cs.purdue.edu"  ->
"emory!gatech!mcnc!cs.purdue.edu!spaf"

Note:  This is being provided as a service to sites which do not
have routing mailers or which have difficulty replying to articles.
It is *NOT* intended for everyone to pass mail to other sites to send.
Excessive use of this feature may result in severe problems for
the sites doing the relaying, so please simply define this field to
be "%s" if your mailer understands domain-style (internet-style)
addressing.

The following sites will accept internet-format mail for forwarding:

	clyde
	decuac
	kddlab
	mcnc
	ucsd
	uunet
	uw-beaver
	watmath

-- 
Gene Spafford
NSF/Purdue/U of Florida  Software Engineering Research Center,
Dept. of Computer Sciences, Purdue University, W. Lafayette IN 47907-2004
Internet:  spaf@cs.purdue.edu	uucp:	...!{decwrl,gatech,ucbvax}!purdue!spaf

spaf@cs.purdue.EDU (Gene Spafford) (07/27/88)

Original-from: Gene Spafford (spaf@cs.purdue.edu)
[Most recent change: 26 July 1988 by spaf@cs.purdue.edu (Gene Spafford)]

News 2.11 has been designed to make it simpler to submit articles to
moderated newsgroups and to reply via mail to posted articles.  For
these functions to work, the file "mailpaths" must exist in the news
library and contain current information.  This file describes the
syntax of the contents of the file and how to construct it for your site.

Syntax
------
All lines in the file consist of a keyword followed by whitespace,
followed by a printf-style format string which is used to encode a mail
address.  The format string should be constructed so that there is a
single "%s" in the field, and other information necessary to construct
a valid address to the appropriate site (see below).

The keyword field consists of either the word "internet", the word
"backbone", or some newsgroup pattern.  These are examined by the
software to determine which format-string to use.  Note that the first
appropriate line matched is the one used -- thus, the "backbone"
keyword line should be placed last in the line if regional or local
moderated groups are supported.

Addresses that end up with both "!" and "@" symbols in the resulting
address get converted so that only "!" symbols appear in the final
address.  An address of the form "foo!bar!baz@barf" will get converted
to "foo!bar!barf!baz" and then mailed.  This should work properly, for
"dumb" mailers but you should test it to make sure; "smart" mailers
should have the format fields encoded as a simple "%s". Note that *any*
address with more than a single "@" in it is illegal.

Submissions to moderated groups
-------------------------------
When you attempt to post to a moderated newsgroup (indicated by the
letter "m" in the 4th field of the "active" file for that group), 
the action of "inews" is to mail the submission to the moderator.
This is done by searching through "mailpaths" file for a keyword
matching the newgroup being posted to, or, by default, the keyword
"backbone".  Matching occurs as in the "sys" file -- thus,
"world" and "all" will also match everything, while "news" or 
"news.all" will only match articles posted in the "news" category.
This feature can be used to support local moderated groups.

Once a line has been matched, the name of the moderated group is
transformed into an address.  This is done by first turning all the
imbedded periods within the newsgroup name into hyphens (e.g.,
"news.lists" becomes "news-lists") because many mailers mishandle
addresses with periods in the username (periods are supposed to be
delimiters only in the host/domain part of RFC822 addresses, but some
mailers "overreact").  Next, the transformed group name is encoded into
an address using the format-string present on the line matched from
"mailpaths" and the article is mailed.  Thus, a posting to "news.lists"
from a site with the line
	backbone        emory!gatech!%s 
in the mailpaths file would have the article mailed to
"emory!gatech!news-lists".  Likewise, a line like
	backbone	%s@gatech.edu
would result in the article being mailed to "news-lists@gatech.edu".
To make the mechanism for moderated postings simpler, a subset of the 
best-connected sites (plus some others) have committed to keeping a complete
up-to-date set of mail aliases for the moderated groups.  Therefore, to
build this line in your "mailpaths" file, you need only construct
an address to get the mail to one of these sites.  In turn, once the
submission reaches that site, it will be forwarded on to the
appropriate moderator's mailbox.

The sites currently maintaining these lists are given in the following
list.  Pick the one that is "closest" to your site and use it in your
"backbone" format string:

	ames		(ames.arc.nasa.gov)
	bpa		(bpa.bell-atl.com)
	clyde		(clyde.att.com)
	decuac		(decuac.dec.com)
	decwrl		(decwrl.dec.com)
	gatech		(gatech.edu)
	ncar		(ncar.ucar.edu)
	husc6		(husc6.harvard.edu)
	kddlab		(kddlab.kddlabs.jp)
	killer
	linus		(linus.b.mitre.org)
	mcnc		(mcnc.org)
	mit-eddie	(eddie.mit.edu)
	rutgers		(rutgers.edu)
	ucsd		(ucsd.edu)
	tektronix	(tektronix.tek.com)
	ucbvax		(ucbvax.berkeley.edu)
	uflorida	(uflorida.cis.ufl.edu)
	uunet		(uunet.uu.net)
	uw-beaver	(beaver.cs.washington.edu)
	watmath		(math.waterloo.edu)


Internet Mail
-------------
If you define the "INTERNET" flag when you build 2.11 news, the
software will use the internet-style "From:" header when addressing
replies mailed to postings.  If your mailer does not have this capability,
you can still (possibly) achieve the same thing by defining the
"internet" line in your "mailpaths" file to forward such mail to
a host that does have a mailer which understands internet-style addresses.

The format of this line is very similar to the "backbone" line.  As an
example, consider:
	internet	emory!gatech!mcnc!%s
Thus, if "INTERNET" was defined when this version of news was built,
any reply to a news article would not travel along the "Path:", but
would instead be sent to "mcnc" for interpretation and remailing.
For example, to reply to this article, the mail would be sent to
"emory!gatech!mcnc!spaf@cs.purdue.edu"  ->
"emory!gatech!mcnc!cs.purdue.edu!spaf"

Note:  This is being provided as a service to sites which do not
have routing mailers or which have difficulty replying to articles.
It is *NOT* intended for everyone to pass mail to other sites to send.
Excessive use of this feature may result in severe problems for
the sites doing the relaying, so please simply define this field to
be "%s" if your mailer understands domain-style (internet-style)
addressing.

The following sites will accept internet-format mail for forwarding:

	clyde
	decuac
	kddlab
	mcnc
	ucsd
	uunet
	uw-beaver
	watmath

-- 
Gene Spafford
NSF/Purdue/U of Florida  Software Engineering Research Center,
Dept. of Computer Sciences, Purdue University, W. Lafayette IN 47907-2004
Internet:  spaf@cs.purdue.edu	uucp:	...!{decwrl,gatech,ucbvax}!purdue!spaf

spaf@cs.purdue.EDU (Gene Spafford) (04/09/89)

Original-from: Gene Spafford (spaf@cs.purdue.edu)
[Most recent change: 4 August 1988 by spaf@cs.purdue.edu (Gene Spafford)]

News 2.11 has been designed to make it simpler to submit articles to
moderated newsgroups and to reply via mail to posted articles.  For
these functions to work, the file "mailpaths" must exist in the news
library and contain current information.  This file describes the
syntax of the contents of the file and how to construct it for your site.

Syntax
------
All lines in the file consist of a keyword followed by whitespace,
followed by a printf-style format string which is used to encode a mail
address.  The format string should be constructed so that there is a
single "%s" in the field, and other information necessary to construct
a valid address to the appropriate site (see below).

The keyword field consists of either the word "internet", the word
"backbone", or some newsgroup pattern.  These are examined by the
software to determine which format-string to use.  Note that the first
appropriate line matched is the one used -- thus, the "backbone"
keyword line should be placed last in the line if regional or local
moderated groups are supported.

Addresses that end up with both "!" and "@" symbols in the resulting
address get converted so that only "!" symbols appear in the final
address.  An address of the form "foo!bar!baz@barf" will get converted
to "foo!bar!barf!baz" and then mailed.  This should work properly, for
"dumb" mailers but you should test it to make sure; "smart" mailers
should have the format fields encoded as a simple "%s". Note that *any*
address with more than a single "@" in it is illegal.

Submissions to moderated groups
-------------------------------
When you attempt to post to a moderated newsgroup (indicated by the
letter "m" in the 4th field of the "active" file for that group), 
the action of "inews" is to mail the submission to the moderator.
This is done by searching through "mailpaths" file for a keyword
matching the newgroup being posted to, or, by default, the keyword
"backbone".  Matching occurs as in the "sys" file -- thus,
"world" and "all" will also match everything, while "news" or 
"news.all" will only match articles posted in the "news" category.
This feature can be used to support local moderated groups.

Once a line has been matched, the name of the moderated group is
transformed into an address.  This is done by first turning all the
imbedded periods within the newsgroup name into hyphens (e.g.,
"news.lists" becomes "news-lists") because many mailers mishandle
addresses with periods in the username (periods are supposed to be
delimiters only in the host/domain part of RFC822 addresses, but some
mailers "overreact").  Next, the transformed group name is encoded into
an address using the format-string present on the line matched from
"mailpaths" and the article is mailed.  Thus, a posting to "news.lists"
from a site with the line
	backbone        emory!gatech!%s 
in the mailpaths file would have the article mailed to
"emory!gatech!news-lists".  Likewise, a line like
	backbone	%s@gatech.edu
would result in the article being mailed to "news-lists@gatech.edu".
To make the mechanism for moderated postings simpler, a subset of the 
best-connected sites (plus some others) have committed to keeping a complete
up-to-date set of mail aliases for the moderated groups.  Therefore, to
build this line in your "mailpaths" file, you need only construct
an address to get the mail to one of these sites.  In turn, once the
submission reaches that site, it will be forwarded on to the
appropriate moderator's mailbox.

The sites currently maintaining these lists are given in the following
list.  Pick the one that is "closest" to your site and use it in your
"backbone" format string:

	ames		(ames.arc.nasa.gov)
	bpa		(bpa.bell-atl.com)
	clyde		(clyde.att.com)
	decuac		(decuac.dec.com)
	decwrl		(decwrl.dec.com)
	gatech		(gatech.edu)
	ncar		(ncar.ucar.edu)
	husc6		(husc6.harvard.edu)
	kddlab		(kddlab.kddlabs.jp)
	killer		(killer.dallas.tx.us)
	linus		(linus.b.mitre.org)
	mcnc		(mcnc.org)
	mit-eddie	(eddie.mit.edu)
	rutgers		(rutgers.edu)
	ucsd		(ucsd.edu)
	tektronix	(tektronix.tek.com)
	ucbvax		(ucbvax.berkeley.edu)
	uflorida	(uflorida.cis.ufl.edu)
	uunet		(uunet.uu.net)
	uw-beaver	(beaver.cs.washington.edu)
	watmath		(math.waterloo.edu)


Internet Mail
-------------
If you define the "INTERNET" flag when you build 2.11 news, the
software will use the internet-style "From:" header when addressing
replies mailed to postings.  If your mailer does not have this capability,
you can still (possibly) achieve the same thing by defining the
"internet" line in your "mailpaths" file to forward such mail to
a host that does have a mailer which understands internet-style addresses.

The format of this line is very similar to the "backbone" line.  As an
example, consider:
	internet	emory!gatech!mcnc!%s
Thus, if "INTERNET" was defined when this version of news was built,
any reply to a news article would not travel along the "Path:", but
would instead be sent to "mcnc" for interpretation and remailing.
For example, to reply to this article, the mail would be sent to
"emory!gatech!mcnc!spaf@cs.purdue.edu"  ->
"emory!gatech!mcnc!cs.purdue.edu!spaf"

Note:  This is being provided as a service to sites which do not
have routing mailers or which have difficulty replying to articles.
It is *NOT* intended for everyone to pass mail to other sites to send.
Excessive use of this feature may result in severe problems for
the sites doing the relaying, so please simply define this field to
be "%s" if your mailer understands domain-style (internet-style)
addressing.

The following sites will accept internet-format mail for forwarding:

	clyde
	decuac
	kddlab
	killer
	mcnc
	ucsd
	uunet
	uw-beaver
	watmath

-- 
Gene Spafford
NSF/Purdue/U of Florida  Software Engineering Research Center,
Dept. of Computer Sciences, Purdue University, W. Lafayette IN 47907-2004
Internet:  spaf@cs.purdue.edu	uucp:	...!{decwrl,gatech,ucbvax}!purdue!spaf

spaf@cs.purdue.EDU (Gene Spafford) (06/20/89)

Original-from: Gene Spafford (spaf@cs.purdue.edu)
[Most recent change: 14 May 1989 by spaf@cs.purdue.edu (Gene Spafford)]

News 2.11 has been designed to make it simpler to submit articles to
moderated newsgroups and to reply via mail to posted articles.  For
these functions to work, the file "mailpaths" must exist in the news
library and contain current information.  This file describes the
syntax of the contents of the file and how to construct it for your site.

Syntax
------
All lines in the file consist of a keyword followed by whitespace,
followed by a printf-style format string which is used to encode a mail
address.  The format string should be constructed so that there is a
single "%s" in the field, and other information necessary to construct
a valid address to the appropriate site (see below).

The keyword field consists of either the word "internet", the word
"backbone", or some newsgroup pattern.  These are examined by the
software to determine which format-string to use.  Note that the first
appropriate line matched is the one used -- thus, the "backbone"
keyword line should be placed last in the line if regional or local
moderated groups are supported.

Addresses that end up with both "!" and "@" symbols in the resulting
address get converted so that only "!" symbols appear in the final
address.  An address of the form "foo!bar!baz@barf" will get converted
to "foo!bar!barf!baz" and then mailed.  This should work properly, for
"dumb" mailers but you should test it to make sure; "smart" mailers
should have the format fields encoded as a simple "%s". Note that *any*
address with more than a single "@" in it is illegal.

Submissions to moderated groups
-------------------------------
When you attempt to post to a moderated newsgroup (indicated by the
letter "m" in the 4th field of the "active" file for that group), 
the action of "inews" is to mail the submission to the moderator.
This is done by searching through "mailpaths" file for a keyword
matching the newgroup being posted to, or, by default, the keyword
"backbone".  Matching occurs as in the "sys" file -- thus,
"world" and "all" will also match everything, while "news" or 
"news.all" will only match articles posted in the "news" category.
This feature can be used to support local moderated groups.

Once a line has been matched, the name of the moderated group is
transformed into an address.  This is done by first turning all the
imbedded periods within the newsgroup name into hyphens (e.g.,
"news.lists" becomes "news-lists") because many mailers mishandle
addresses with periods in the username (periods are supposed to be
delimiters only in the host/domain part of RFC822 addresses, but some
mailers "overreact").  Next, the transformed group name is encoded into
an address using the format-string present on the line matched from
"mailpaths" and the article is mailed.  Thus, a posting to "news.lists"
from a site with the line
	backbone        emory!gatech!%s 
in the mailpaths file would have the article mailed to
"emory!gatech!news-lists".  Likewise, a line like
	backbone	%s@gatech.edu
would result in the article being mailed to "news-lists@gatech.edu".
To make the mechanism for moderated postings simpler, a subset of the 
best-connected sites (plus some others) have committed to keeping a complete
up-to-date set of mail aliases for the moderated groups.  Therefore, to
build this line in your "mailpaths" file, you need only construct
an address to get the mail to one of these sites.  In turn, once the
submission reaches that site, it will be forwarded on to the
appropriate moderator's mailbox.

The sites currently maintaining these lists are given in the following
list.  Pick the one that is "closest" to your site and use it in your
"backbone" format string:

	ames		(ames.arc.nasa.gov)
	bpa		(bpa.bell-atl.com)
	clyde		(clyde.att.com)
	decuac		(decuac.dec.com)
	decwrl		(decwrl.dec.com)
	gatech		(gatech.edu)
	ncar		(ncar.ucar.edu)
	husc6		(husc6.harvard.edu)
	kddlab		(kddlab.kddlabs.jp)
	killer		(killer.dallas.tx.us)
	linus		(linus.b.mitre.org)
	mcnc		(mcnc.org)
	mit-eddie	(eddie.mit.edu)
	osu-cis		(cis.ohio-state.edu)
	rutgers		(rutgers.edu)
	ucsd		(ucsd.edu)
	tektronix	(tektronix.tek.com)
	ucbvax		(ucbvax.berkeley.edu)
	uflorida	(uflorida.cis.ufl.edu)
	uunet		(uunet.uu.net)
	uw-beaver	(beaver.cs.washington.edu)
	watmath		(math.waterloo.edu)


Internet Mail
-------------
If you define the "INTERNET" flag when you build 2.11 news, the
software will use the internet-style "From:" header when addressing
replies mailed to postings.  If your mailer does not have this capability,
you can still (possibly) achieve the same thing by defining the
"internet" line in your "mailpaths" file to forward such mail to
a host that does have a mailer which understands internet-style addresses.

The format of this line is very similar to the "backbone" line.  As an
example, consider:
	internet	emory!gatech!mcnc!%s
Thus, if "INTERNET" was defined when this version of news was built,
any reply to a news article would not travel along the "Path:", but
would instead be sent to "mcnc" for interpretation and remailing.
For example, to reply to this article, the mail would be sent to
"emory!gatech!mcnc!spaf@cs.purdue.edu"  ->
"emory!gatech!mcnc!cs.purdue.edu!spaf"

Note:  This is being provided as a service to sites which do not
have routing mailers or which have difficulty replying to articles.
It is *NOT* intended for everyone to pass mail to other sites to send.
Excessive use of this feature may result in severe problems for
the sites doing the relaying, so please simply define this field to
be "%s" if your mailer understands domain-style (internet-style)
addressing.

The following sites will accept internet-format mail for forwarding:

	clyde
	decuac
	kddlab
	killer
	mcnc
	ucsd
	uunet
	uw-beaver
	watmath

-- 
Gene Spafford
NSF/Purdue/U of Florida  Software Engineering Research Center,
Dept. of Computer Sciences, Purdue University, W. Lafayette IN 47907-2004
Internet:  spaf@cs.purdue.edu	uucp:	...!{decwrl,gatech,ucbvax}!purdue!spaf

tale@pawl.rpi.edu (David C Lawrence) (07/22/89)

Speaking of mailpaths and moderators, I thought that the forwarding
sites had agreed to put in alt-dev-null to send things to the bit-bucket.
usenet@rpi.edu just got a bounce message from uunet for someone that
actually posted to alt.dev.null.  I'd really like it if I didn't get
bounce messages everytime someone posted to it.

Dave
--
 (setq mail '("tale@pawl.rpi.edu" "tale@itsgw.rpi.edu" "tale@rpitsmts.bitnet"))

spaf@cs.purdue.EDU (Gene Spafford) (10/17/89)

Original-from: Gene Spafford (spaf@cs.purdue.edu)
[Most recent change: 21 Jul 1989 by spaf@cs.purdue.edu (Gene Spafford)]

News 2.11 has been designed to make it simpler to submit articles to
moderated newsgroups and to reply via mail to posted articles.  For
these functions to work, the file "mailpaths" must exist in the news
library and contain current information.  This file describes the
syntax of the contents of the file and how to construct it for your site.

Syntax
------
All lines in the file consist of a keyword followed by whitespace,
followed by a printf-style format string which is used to encode a mail
address.  The format string should be constructed so that there is a
single "%s" in the field, and other information necessary to construct
a valid address to the appropriate site (see below).

The keyword field consists of either the word "internet", the word
"backbone", or some newsgroup pattern.  These are examined by the
software to determine which format-string to use.  Note that the first
appropriate line matched is the one used -- thus, the "backbone"
keyword line should be placed last in the line if regional or local
moderated groups are supported.

Addresses that end up with both "!" and "@" symbols in the resulting
address get converted so that only "!" symbols appear in the final
address.  An address of the form "foo!bar!baz@barf" will get converted
to "foo!bar!barf!baz" and then mailed.  This should work properly, for
"dumb" mailers but you should test it to make sure; "smart" mailers
should have the format fields encoded as a simple "%s". Note that *any*
address with more than a single "@" in it is illegal.

Submissions to moderated groups
-------------------------------
When you attempt to post to a moderated newsgroup (indicated by the
letter "m" in the 4th field of the "active" file for that group), 
the action of "inews" is to mail the submission to the moderator.
This is done by searching through "mailpaths" file for a keyword
matching the newgroup being posted to, or, by default, the keyword
"backbone".  Matching occurs as in the "sys" file -- thus,
"world" and "all" will also match everything, while "news" or 
"news.all" will only match articles posted in the "news" category.
This feature can be used to support local moderated groups.

Once a line has been matched, the name of the moderated group is
transformed into an address.  This is done by first turning all the
imbedded periods within the newsgroup name into hyphens (e.g.,
"news.lists" becomes "news-lists") because many mailers mishandle
addresses with periods in the username (periods are supposed to be
delimiters only in the host/domain part of RFC822 addresses, but some
mailers "overreact").  Next, the transformed group name is encoded into
an address using the format-string present on the line matched from
"mailpaths" and the article is mailed.  Thus, a posting to "news.lists"
from a site with the line
	backbone        emory!gatech!%s 
in the mailpaths file would have the article mailed to
"emory!gatech!news-lists".  Likewise, a line like
	backbone	%s@gatech.edu
would result in the article being mailed to "news-lists@gatech.edu".
To make the mechanism for moderated postings simpler, a subset of the 
best-connected sites (plus some others) have committed to keeping a complete
up-to-date set of mail aliases for the moderated groups.  Therefore, to
build this line in your "mailpaths" file, you need only construct
an address to get the mail to one of these sites.  In turn, once the
submission reaches that site, it will be forwarded on to the
appropriate moderator's mailbox.

The sites currently maintaining these lists are given in the following
list.  Pick the one that is "closest" to your site and use it in your
"backbone" format string:

	ames		(ames.arc.nasa.gov)
	attctc		(attctc.dallas.tx.us)
	bpa		(bpa.bell-atl.com)
	clyde		(clyde.att.com)
	decuac		(decuac.dec.com)
	decwrl		(decwrl.dec.com)
	gatech		(gatech.edu)
	ncar		(ncar.ucar.edu)
	husc6		(husc6.harvard.edu)
	kddlab		(kddlab.kddlabs.jp)
	linus		(linus.b.mitre.org)
	mcnc		(mcnc.org)
	mit-eddie	(eddie.mit.edu)
	osu-cis		(cis.ohio-state.edu)
	rutgers		(rutgers.edu)
	ucsd		(ucsd.edu)
	tektronix	(tektronix.tek.com)
	ucbvax		(ucbvax.berkeley.edu)
	uflorida	(uflorida.cis.ufl.edu)
	uunet		(uunet.uu.net)
	uw-beaver	(beaver.cs.washington.edu)
	watmath		(math.waterloo.edu)


Internet Mail
-------------
If you define the "INTERNET" flag when you build 2.11 news, the
software will use the internet-style "From:" header when addressing
replies mailed to postings.  If your mailer does not have this capability,
you can still (possibly) achieve the same thing by defining the
"internet" line in your "mailpaths" file to forward such mail to
a host that does have a mailer which understands internet-style addresses.

The format of this line is very similar to the "backbone" line.  As an
example, consider:
	internet	emory!gatech!mcnc!%s
Thus, if "INTERNET" was defined when this version of news was built,
any reply to a news article would not travel along the "Path:", but
would instead be sent to "mcnc" for interpretation and remailing.
For example, to reply to this article, the mail would be sent to
"emory!gatech!mcnc!spaf@cs.purdue.edu"  ->
"emory!gatech!mcnc!cs.purdue.edu!spaf"

Note:  This is being provided as a service to sites which do not
have routing mailers or which have difficulty replying to articles.
It is *NOT* intended for everyone to pass mail to other sites to send.
Excessive use of this feature may result in severe problems for
the sites doing the relaying, so please simply define this field to
be "%s" if your mailer understands domain-style (internet-style)
addressing.

The following sites will accept internet-format mail for forwarding:

	attctc
	clyde
	decuac
	kddlab
	mcnc
	ucsd
	uunet
	uw-beaver
	watmath


-- 
Gene Spafford
NSF/Purdue/U of Florida  Software Engineering Research Center,
Dept. of Computer Sciences, Purdue University, W. Lafayette IN 47907-2004
Internet:  spaf@cs.purdue.edu	uucp:	...!{decwrl,gatech,ucbvax}!purdue!spaf