freebsd-ports/mail/exipick/files/patch-aa
Martin Wilke 8741d4602c - Update to 20061117.2
- Pass maintainership to submitter

PR:		ports/107883
Submitted by:	Marcelo Araujo <araujo@bsdmail.org> (maintainer)
2007-01-13 22:58:40 +00:00

11 lines
329 B
Text

--- 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';
# SET THIS TO THE DEFAULT HEADER CHARACTER SET!
my $charset = 'ISO-8859-1';