~ubuntu-branches/ubuntu/trusty/postfix/trusty

« back to all changes in this revision

Viewing changes to src/qmgr/qmgr_message.c

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, LaMont Jones, localization folks
  • Date: 2014-02-11 07:44:30 UTC
  • mfrom: (58.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140211074430-kwkoxdz0fbajn0fj
Tags: 2.11.0-1
[LaMont Jones]

* New upstream release: 2.11.0

[localization folks]

* l10n: Updated German translations.  Closes: #734893 (Helge Kreutzmann)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1234
1234
                   : strlen(STR(reply.recipient)));
1235
1235
            vstring_strncpy(queue_name, STR(reply.recipient), len);
1236
1236
            /* Remove the address extension from the recipient localpart. */
1237
 
            if (*var_rcpt_delim && split_addr(STR(queue_name), *var_rcpt_delim))
 
1237
            if (*var_rcpt_delim && split_addr(STR(queue_name), var_rcpt_delim))
1238
1238
                vstring_truncate(queue_name, strlen(STR(queue_name)));
1239
1239
            /* Assume the recipient domain is equivalent to nexthop. */
1240
1240
            vstring_sprintf_append(queue_name, "@%s", STR(reply.nexthop));