diff options
Diffstat (limited to 'mail/mimedefang/files/patch-mimedefang.pl.8.in')
-rw-r--r-- | mail/mimedefang/files/patch-mimedefang.pl.8.in | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/mail/mimedefang/files/patch-mimedefang.pl.8.in b/mail/mimedefang/files/patch-mimedefang.pl.8.in deleted file mode 100644 index d85b04cecb84..000000000000 --- a/mail/mimedefang/files/patch-mimedefang.pl.8.in +++ /dev/null @@ -1,25 +0,0 @@ ---- mimedefang.pl.8.in.orig Thu May 2 18:54:12 2002 -+++ mimedefang.pl.8.in Sun Jun 2 21:54:05 2002 -@@ -18,11 +18,11 @@ - .TP - .B \-f \fIfilter\fR - Specifies the name of the file containing the filter. If this option is --omitted, the default filter \fB/etc/mail/mimedefang-filter\fR is used. -+omitted, the default filter \fB@sysconfdir@/mimedefang-filter\fR is used. - - .SH OPERATION - --\fBmimedefang.pl\fR evaluates the file \fB/etc/mail/mimedefang-filter\fR -+\fBmimedefang.pl\fR evaluates the file \fB@sysconfdir@/mimedefang-filter\fR - as a Perl fragment. This file should define the \fBfilter\fR procedure. - For each part of a MIME message, \fBmimedefang.pl\fR calls \fBfilter\fR and - disposes of the part as instructed by the filter. The various modes -@@ -31,7 +31,7 @@ - .SH TESTING FILTERS - - You are \fIstrongly\fR recommended to test your filter before installing --it in \fB/etc/mail/mimedefang-filter\fR. To test the filter, save it -+it in \fB@sysconfdir@/mimedefang-filter\fR. To test the filter, save it - in a file (e.g. \fBtest-filter\fR) and run this command: - - .nf |