==================================================================
Please DO NOT REPLY to this mail or send email to the developers
about this bug. Please follow-up to Bugzilla using this link:
http://bugs.contribs.org/show_bug.cgi?id=8742
Have you checked the Frequently Asked Questions (FAQ)?
http://wiki.contribs.org/SME_Server:Documentation:FAQ
Please also take the time to read the following useful guide:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================
Daniel B. <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CONFIRMED |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Daniel B. <[email protected]> ---
The problem was that the vacation script uses an obsolete feature of perl:
setting the special variable $* to 1 to do multi line matching.
See for example
http://stackoverflow.com/questions/1782015/what-did-perls-variable-used-to-do
It also printed errors in qmail logs on every delivery:
@40000000549a7ea90c1d304c delivery 29554: success:
$*_is_no_longer_supported_at_/usr/local/bin/vacation_line_415./lda(tristan):_Info:_msgid=<[email protected]>:_saved_mail_to_INBOX/did_0+0+3/
The solution was to remove this variable and change all regex in this sub to
use multi-line matching with the /m flag
Fixed in smeserver-vacation-1.1-3.sme
* Wed Dec 24 2014 Daniel Berteaud <[email protected]> 1.1-3.sme
- Fix multiline matching [SME: 8741]
--
You are receiving this mail because:
You are the QA Contact for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/