diff options
Diffstat (limited to 'mail/postfix-current/files/patch-bl')
-rw-r--r-- | mail/postfix-current/files/patch-bl | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/mail/postfix-current/files/patch-bl b/mail/postfix-current/files/patch-bl index 176c7d1b64de..043266f9af92 100644 --- a/mail/postfix-current/files/patch-bl +++ b/mail/postfix-current/files/patch-bl @@ -1,11 +1,17 @@ -*** ./html/regexp_table.5.html.orig Sat Apr 22 20:28:38 2000 ---- ./html/regexp_table.5.html Thu Jun 1 22:32:44 2000 -*************** -*** 11,13 **** - <b>SYNOPSIS</b> -! regexp:/etc/postfix/filename - ---- 11,13 ---- - <b>SYNOPSIS</b> -! regexp:!!PREFIX!!/etc/postfix/filename - +--- html/regexp_table.5.html.orig Wed Sep 18 15:05:45 2002 ++++ html/regexp_table.5.html Wed Sep 18 15:06:32 2002 +@@ -5,11 +5,11 @@ + regexp_table - format of Postfix regular expression tables + + <b>SYNOPSIS</b> +- <b>regexp:/etc/postfix/</b><i>filename</i> ++ <b>regexp:!!PREFIX!!/etc/postfix/</b><i>filename</i> + +- <b>postmap</b> <b>-q</b> <b>"</b><i>string</i><b>"</b> <b>regexp:/etc/postfix/</b><i>filename</i> ++ <b>postmap</b> <b>-q</b> <b>"</b><i>string</i><b>"</b> <b>regexp:!!PREFIX!!/etc/postfix/</b><i>filename</i> + +- <b>postmap</b> <b>-q</b> <b>-</b> <b>regexp:/etc/postfix/</b><i>filename</i> <<i>inputfile</i> ++ <b>postmap</b> <b>-q</b> <b>-</b> <b>regexp:!!PREFIX!!/etc/postfix/</b><i>filename</i> <<i>inputfile</i> + + <b>DESCRIPTION</b> + The Postfix mail system uses optional tables for address |