diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-13 22:58:40 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-13 22:58:40 +0000 |
commit | 8741d4602cc49b936d3d337607e44c9449be0dca (patch) | |
tree | f4c019bf005fd016eac53fd42dd65b1aa8d73ac7 /mail/exipick/files | |
parent | 7b11fc698512e7a025da3db23aff18320ba0b4e6 (diff) |
Notes
Diffstat (limited to 'mail/exipick/files')
-rw-r--r-- | mail/exipick/files/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mail/exipick/files/patch-aa b/mail/exipick/files/patch-aa index 94e079e8b465..346f9ec95fb2 100644 --- a/mail/exipick/files/patch-aa +++ b/mail/exipick/files/patch-aa @@ -1,11 +1,11 @@ ---- exipick.20060307.1.orig Mon May 1 17:45:32 2006 -+++ exipick.20060307.1 Mon May 1 17:45:54 2006 +--- exipick.20061117.2.orig Sat Jan 13 19:54:08 2007 ++++ exipick.20061117.2 Sat Jan 13 19:55:52 2007 @@ -1,7 +1,7 @@ #!/usr/bin/perl # SET THIS TO THE PATH TO YOUR SPOOL DIR! --my $spool = '/local/exim/spool'; -+my $spool = '/var/spool/exim'; +-my $spool = '/local/exim/spool'; ++my $spool = '/var/spool/exim'; + # SET THIS TO THE DEFAULT HEADER CHARACTER SET! + my $charset = 'ISO-8859-1'; - use strict; - use Getopt::Long; |