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

« back to all changes in this revision

Viewing changes to src/local/bounce_workaround.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:
109
109
        if (alias_maps->error == 0 && owner_expansion == 0
110
110
            && (stripped_recipient = strip_addr(state.msg_attr.rcpt.address,
111
111
                                                (char **) 0,
112
 
                                                *var_rcpt_delim)) != 0) {
 
112
                                                var_rcpt_delim)) != 0) {
113
113
            myfree(owner_alias);
114
114
            FIND_OWNER(owner_alias, owner_expansion, stripped_recipient);
115
115
            myfree(stripped_recipient);