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-dd | |
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-dd')
-rw-r--r-- | mail/postfix-current/files/patch-dd | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/mail/postfix-current/files/patch-dd b/mail/postfix-current/files/patch-dd index b65a57ff7d57..82ba3c0b12ed 100644 --- a/mail/postfix-current/files/patch-dd +++ b/mail/postfix-current/files/patch-dd @@ -1,11 +1,17 @@ -*** ./proto/pcre_table.orig Wed Mar 8 19:18:11 2000 ---- ./proto/pcre_table Thu Jun 1 22:45:41 2000 -*************** -*** 6,8 **** - # SYNOPSIS -! # pcre:/etc/postfix/filename - # DESCRIPTION ---- 6,8 ---- - # SYNOPSIS -! # pcre:!!PREFIX!!/etc/postfix/filename - # DESCRIPTION +--- proto/pcre_table.orig Tue Sep 17 18:54:38 2002 ++++ proto/pcre_table Wed Sep 18 15:18:11 2002 +@@ -4,11 +4,11 @@ + # SUMMARY + # format of Postfix PCRE tables + # SYNOPSIS +-# \fBpcre:/etc/postfix/\fIfilename\fR ++# \fBpcre:!!PREFIX!!/etc/postfix/\fIfilename\fR + # +-# \fBpostmap -q "\fIstring\fB" pcre:/etc/postfix/\fIfilename\fR ++# \fBpostmap -q "\fIstring\fB" pcre:!!PREFIX!!/etc/postfix/\fIfilename\fR + # +-# \fBpostmap -q - pcre:/etc/postfix/\fIfilename\fR <\fIinputfile\fR ++# \fBpostmap -q - pcre:!!PREFIX!!/etc/postfix/\fIfilename\fR <\fIinputfile\fR + # DESCRIPTION + # The Postfix mail system uses optional tables for address + # rewriting or mail routing. These tables are usually in |