[ postfixadmin-Patches-2031659 ] Tiny patch for vacation.pl on CentOS5
Brought to you by:
christian_boltz,
gingerdog
From: SourceForge.net <no...@so...> - 2008-07-29 19:53:26
|
Patches item #2031659, was opened at 2008-07-29 16:54 Message generated for change (Comment added) made by gingerdog You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2031659&group_id=191583 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Lux (luxten) Assigned to: Nobody/Anonymous (nobody) Summary: Tiny patch for vacation.pl on CentOS5 Initial Comment: At least on CentOS 5, vacation.pl seems not to work properly. Vacation.pl searches for a string in an error message generated by the DBI lib to track if the vacation message has already been delivered to some given destination. At least on CentOS5, wich comes with perl-DBI-1.52-1.fc6 and libdbi-dbd-mysql-0.8.1a-1.2.2 , the searched string is not part of the error message so the condition is treated as a general error. I simply modified the regexp include a piece of the string found in the same error on centOS5. Luigi Iotti ---------------------------------------------------------------------- >Comment By: GingerDog (gingerdog) Date: 2008-07-29 19:53 Message: Logged In: YES user_id=1761957 Originator: NO thanks! merged in changeset 427 (trunk) David. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=937966&aid=2031659&group_id=191583 |