mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
- Pass maintainership to submitter PR: ports/107883 Submitted by: Marcelo Araujo <araujo@bsdmail.org> (maintainer)
11 lines
329 B
Text
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';
|
|
|