blob: d258adb098dde798031a68a64881e924d66ca0cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- proto/regexp_table.orig Tue Sep 17 18:54:42 2002
+++ proto/regexp_table Wed Sep 18 15:16:26 2002
@@ -4,11 +4,11 @@
# SUMMARY
# format of Postfix regular expression tables
# SYNOPSIS
-# \fBregexp:/etc/postfix/\fIfilename\fR
+# \fBregexp:!!PREFIX!!/etc/postfix/\fIfilename\fR
#
-# \fBpostmap -q "\fIstring\fB" regexp:/etc/postfix/\fIfilename\fR
+# \fBpostmap -q "\fIstring\fB" regexp:!!PREFIX!!/etc/postfix/\fIfilename\fR
#
-# \fBpostmap -q - regexp:/etc/postfix/\fIfilename\fR <\fIinputfile\fR
+# \fBpostmap -q - regexp:!!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
|