diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 10:43:38 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-19 10:43:38 +0000 |
commit | 5ccc3bf3dbf87d23a747341eace7e8e4a109033d (patch) | |
tree | 51430fa36ff39fe7754200f7bdad40cf95d119a3 /mail/postfix-current/files/patch-bl | |
parent | Enable exiscan content scanning unless the new knob WITHOUT_EXISCAN (diff) |
upgrade postfix-current to latest release (Attila Nagy <bra@fsn.hu>)
add POSTFIX_OPTIONS variable setting from make.conf (knu)
PR: 42928
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=66697
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 |