==================================================================
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=8777
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
==================================================================
--- Comment #2 from Mats Schuh <[email protected]> ---
A similar issue was mentioned long ago on the SOGo list:
https://lists.inverse.ca/sogo/arc/users/2011-02/msg00482.html
SOGo claims "it should not cause any issue as the different mail and MIME rfcs
request the clients to handle the headers in a case-insensitive way."
Now, who am I to argue with RFCs?
I suggest that the relevant part of the vacation script (eg. at
https://github.com/stephdl/smeserver-vacation/blob/sme9/root/usr/local/bin/vacation#L437
)
from:
($subject) = ($header =~ /^Subject:\s+(.*)/m);
to:
($subject) = ($header =~ /^Subject:\s+(.*)/mi);
the "i" indicating that the substring should match case insensitively.
Please object if you think this solution has any potentially negative
implications on other parts of the mail system, or security or privacy in
general.
--
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/