blob: 94e079e8b46567d7a4248e1a1bce3c5494b3cfdb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- exipick.20060307.1.orig Mon May 1 17:45:32 2006
+++ exipick.20060307.1 Mon May 1 17:45:54 2006
@@ -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';
use strict;
use Getopt::Long;
|