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

« back to all changes in this revision

Viewing changes to src/local/recipient.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:
270
270
    state.msg_attr.user = mystrdup(state.msg_attr.local);
271
271
    if (*var_rcpt_delim) {
272
272
        state.msg_attr.extension =
273
 
            split_addr(state.msg_attr.user, *var_rcpt_delim);
 
273
            split_addr(state.msg_attr.user, var_rcpt_delim);
274
274
        if (state.msg_attr.extension && strchr(state.msg_attr.extension, '/')) {
275
275
            msg_warn("%s: address with illegal extension: %s",
276
276
                     state.msg_attr.queue_id, state.msg_attr.local);