1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-email-4.16.0/root/etc/e-smith/events/actions/purge-junkmail-folders mezzanine_patched_e-smith-email-4.16.0/root/etc/e-smith/events/actions/purge-junkmail-folders |
2 |
|
|
--- e-smith-email-4.16.0/root/etc/e-smith/events/actions/purge-junkmail-folders 2006-03-15 06:23:58.000000000 +1100 |
3 |
|
|
+++ mezzanine_patched_e-smith-email-4.16.0/root/etc/e-smith/events/actions/purge-junkmail-folders 2006-09-27 06:50:14.000000000 +1000 |
4 |
|
|
@@ -31,7 +31,8 @@ |
5 |
|
|
my $pwent = getpwnam($user) |
6 |
|
|
or die "Couldn't get password entry for $user\n"; |
7 |
|
|
|
8 |
|
|
- chdir $pwent->dir or die "Couldn't chdir $pwent->dir:$!\n"; |
9 |
|
|
+ chdir $pwent->dir or die "Couldn't chdir " . $pwent->dir . ":$!\n"; |
10 |
|
|
+ |
11 |
|
|
unless (chdir "Maildir/.junkmail") |
12 |
|
|
{ |
13 |
|
|
warn("Couldn't chdir to junkmail folder of user $user: $!\n"); |