==================================================================
  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
==================================================================

            Bug ID: 8777
           Summary: /usr/local/bin/vacation script should handle mail
                    header fields case insensitively
    Classification: Contribs
           Product: SME Contribs
           Version: 9.0
          Hardware: ---
                OS: ---
            Status: CONFIRMED
          Severity: normal
          Priority: P3
         Component: smeserver-vacation
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]

DESCRIPTION
===========

It seems the vacation script (/usr/local/bin/vacation) only parses the Subject:
mail header field of an incoming mail into the $subject variable if the
incoming mail's Subject field starts with a capital 'S'. I found eg. that in a
mail sent from SOGo MUA, headers contain:

  from: "Test2 User2" <[email protected]>
  subject: bla3

whereas in a mail sent from Horde MUA, headers contain:

  From: [email protected]
  Subject: bla3

In the auto-reply to these mails sent from Horde (subject field name with upper
case "S"), the $SUBJECT gets expanded by the vacation program, in the
auto-reply to the mail sent from SOGo (subject field name with lower case "s"),
it does not get expanded and returns "(NO SUBJECT)" instead.

Originally reported in the forum a while back:
http://forums.contribs.org/index.php/topic,51234.0.html

POSSIBLE SOLUTION
=================

Modify the subject parsing (/usr/local/bin/vacation, lines 436ff.) to be
agnostic of capitalization.

-- 
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/

Reply via email to