summaryrefslogtreecommitdiff
path: root/mail/postfixadmin/files/patch-VIRTUAL__VACATION_vacation.pl
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2008-07-14 01:42:32 +0000
committerWesley Shields <wxs@FreeBSD.org>2008-07-14 01:42:32 +0000
commit36e7f12030b7d6b27d86000c4032fc7070c2edd0 (patch)
treeb94fb71afe6a0809eb2835d49c14755d485e3640 /mail/postfixadmin/files/patch-VIRTUAL__VACATION_vacation.pl
parent- Fix typo in latest link (diff)
Update to 2.2.0
Remove old patches, add new patch. Update instructions in pkg-message. PR: ports/125083 Submitted by: terry@sucked-in.com Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=216807
Diffstat (limited to 'mail/postfixadmin/files/patch-VIRTUAL__VACATION_vacation.pl')
-rw-r--r--mail/postfixadmin/files/patch-VIRTUAL__VACATION_vacation.pl11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/postfixadmin/files/patch-VIRTUAL__VACATION_vacation.pl b/mail/postfixadmin/files/patch-VIRTUAL__VACATION_vacation.pl
deleted file mode 100644
index f1b153161b4e..000000000000
--- a/mail/postfixadmin/files/patch-VIRTUAL__VACATION_vacation.pl
+++ /dev/null
@@ -1,11 +0,0 @@
---- VIRTUAL_VACATION/vacation.pl.orig Thu May 19 22:06:24 2005
-+++ VIRTUAL_VACATION/vacation.pl Thu May 19 22:06:38 2005
-@@ -160,7 +160,7 @@
- my @row = $sth->fetchrow_array;
- if (do_cache ($email, $orig_from)) { return; }
- do_debug ("[SEND RESPONSE] for $orig_messageid:\n", "FROM: $email (orig_to: $orig_to)\n", "TO: $orig_from\n", "SUBJECT: $orig_subject\n", "VACATION SUBJECT: $row[0]\n", "VACATION BODY: $row[1]\n");
-- do_mail ($orig_to, $orig_from, $row[0], $row[1]);
-+ do_mail ($email, $orig_from, $row[0], $row[1]);
- do_log ($orig_messageid, $orig_to, $orig_from, $orig_subject);
- }
-