[exim-dev] [Bug 1263] New: autoreply driver put double comma…

Pàgina inicial
Delete this message
Reply to this message
Autor: Juri Malinovski
Data:  
A: exim-dev
Assumpte: [exim-dev] [Bug 1263] New: autoreply driver put double commas in OoO messages.
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1263
           Summary: autoreply driver put double commas in OoO messages.
           Product: Exim
           Version: 4.80
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Delivery in general
        AssignedTo: nigel@???
        ReportedBy: coil93@???
                CC: exim-dev@???



autoreply driver put double commas in OoO messages.
For example: "Hello,,", instead of "Hello,"
No problem exists for exim 4.77.

My config below

Exim version 4.77 #2 built 04-Jun-2012 16:56:50
Copyright (c) University of Cambridge, 1995 - 2007
Berkeley DB: Berkeley DB 4.8.30: (2011-11-29)
Support for: crypteq iconv() PAM GnuTLS Content_Scanning DKIM Old_Demime
Lookups (built-in): lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz
dnsdb dsearch ldap ldapdn ldapm mysql passwd
Authenticators: cram_md5 dovecot plaintext spa
Routers: accept dnslookup ipliteral manualroute queryprogram redirect
Transports: appendfile/maildir/mailstore autoreply lmtp pipe smtp
Fixed never_users: 0
Size of off_t: 8
Configuration file is /etc/exim/exim.conf

# router
autorespond:
        driver = accept
        domains = +virt_domains
        senders = !postmaster@* : !
        condition = ${if and {\
                {!eq{CHECK_VACATION}{}}\
                {!match{$h_precedence:}{junk|bulk|list}}\
                {!def:header_Auto-Submitted:}\
                {!def:header_List-Id:}\
        }}
        no_verify
        no_expn
        unseen
        transport = auto_responder


# transport
auto_responder:
        driver = autoreply
        from = "${local_part}@${domain}"
        to = "${sender_address}"
        once = "/var/spool/exim/autoreply/${local_part}@${domain}"
        once_repeat = 1d
        log = /var/log/exim/vacation.log
        no_return_message
        headers  = "MIME-Version: 1.0\n\
        Content-type: text/html; charset=UTF-8\n"
        subject = Out of Office
        text = CHECK_VACATION


# CHECK_VACATION macros
CHECK_VACATION = ${lookup ldapm {user="uid=exim,ou=services,dc=domain,dc=com"
pass=**** ldap:///ou=people,dc=domain,dc=com?vacatio
nInfo?sub?(&(objectClass=VirtualMailAccount)(vacationActive=TRUE)(mail=${quote_ldap:$local_part@$domain}))}}


--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email