INN commit: branches (2.5 2.5/samples/newsfeeds.in)

INN Commit rra at isc.org
Mon Jul 1 17:39:31 UTC 2013


    Date: Monday, July 1, 2013 @ 10:39:30
  Author: iulius
Revision: 9502

clarify distribution restrictions in the ME entry of the newsfeeds sample file

Note in the newsfeeds sample file that restrictions on accepted
distributions will have no effect if the article has no distribution
at all.

Follow up commit [9500].

Modified:
  branches/2.5/	(properties)
  branches/2.5/samples/newsfeeds.in

--------------+
 newsfeeds.in |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)


Property changes on: branches/2.5
___________________________________________________________________
Modified: svn:mergeinfo
   - 
   + /trunk:9501

Modified: 2.5/samples/newsfeeds.in
===================================================================
--- 2.5/samples/newsfeeds.in	2013-07-01 17:32:45 UTC (rev 9501)
+++ 2.5/samples/newsfeeds.in	2013-07-01 17:39:30 UTC (rev 9502)
@@ -31,16 +31,19 @@
 ##
 ##  "/distrib" for this feed entry specifies what distributions the server
 ##  will accept.  If any distributions are listed there, the server will
-##  accept only articles with those distributions.  If all the
-##  distributions listed are negated (starting with !), then the server
-##  will only accept articles without those distributions.
+##  accept only articles with those distributions and articles that do not
+##  have a Distribution: header field.  If all the distributions listed are
+##  negated (starting with "!"), then the server will only accept articles
+##  without those distributions and articles that do not have a Distribution:
+##  header field.
 ##
 ##  For the ME line (and the ME line *only*), patterns affect *outgoing*
 ##  feeds and distributions affect *incoming* feeds (including local posts).
 
 # Empty default subscription list, reject all incoming articles (including
 # locally posted articles) with a distribution of "local" or
-# "collabra-internal", accept all others.
+# "collabra-internal", accept all others (including articles that do not
+# have a Distribution: header field).
 ME:!*/!local,!collabra-internal::
 
 # The same as the above, but would reject all posts that have



More information about the inn-committers mailing list