Package: postfix
Version: 2.1.5-9
Severity: minor
Tags: patch

Bug #278175 still exists in Sarge (quoted from #278175):

 I think the postconf(5) manual page has errors:
 bee% LC_ALL=C man 5 postconf > /dev/null
 Reformatting postconf(5), please wait...
 /tmp/zmanwARkQO:386: warning: `domain' not defined (probable missing
 space after `do')
 /tmp/zmanwARkQO:3164: warning: `domain' not defined (probable missing
 space after `do')
 /tmp/zmanwARkQO:3184: warning: `domain' not defined (probable missing
 space after `do')
 /tmp/zmanwARkQO:3203: warning: `domain' not defined (probable missing
 space after `do')

The attached patch fixes this.

Regards,

uLI
--- postconf.5  2005-05-18 18:49:45.855749785 +0200
+++ postconf.5.new      2005-05-18 18:48:31.819481094 +0200
@@ -383,7 +383,7 @@
 Specify a list of network/netmask patterns, separated by commas
 and/or whitespace. The mask specifies the number of bits in the
 network part of a host address. You can also specify hostnames or
-.domain names (the initial dot causes the domain to match any name
+\&.domain names (the initial dot causes the domain to match any name
 below it),  "/file/name" or "type:table" patterns.  A "/file/name"
 pattern is replaced by its contents; a "type:table" lookup table
 is matched when a table entry matches a lookup string (the lookup
@@ -3161,7 +3161,7 @@
 Specify a list of network/netmask patterns, separated by commas
 and/or whitespace. The mask specifies the number of bits in the
 network part of a host address. You can also specify hostnames or
-.domain names (the initial dot causes the domain to match any name
+\&.domain names (the initial dot causes the domain to match any name
 below it),  "/file/name" or "type:table" patterns.  A "/file/name"
 pattern is replaced by its contents; a "type:table" lookup table
 is matched when a table entry matches a lookup string (the lookup
@@ -3181,7 +3181,7 @@
 Specify a list of network/netmask patterns, separated by commas
 and/or whitespace. The mask specifies the number of bits in the
 network part of a host address. You can also specify hostnames or
-.domain names (the initial dot causes the domain to match any name
+\&.domain names (the initial dot causes the domain to match any name
 below it),  "/file/name" or "type:table" patterns.  A "/file/name"
 pattern is replaced by its contents; a "type:table" lookup table
 is matched when a table entry matches a lookup string (the lookup
@@ -3200,7 +3200,7 @@
 Specify a list of network/netmask patterns, separated by commas
 and/or whitespace. The mask specifies the number of bits in the
 network part of a host address. You can also specify hostnames or
-.domain names (the initial dot causes the domain to match any name
+\&.domain names (the initial dot causes the domain to match any name
 below it),  "/file/name" or "type:table" patterns.  A "/file/name"
 pattern is replaced by its contents; a "type:table" lookup table
 is matched when a table entry matches a lookup string (the lookup

Reply via email to