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

« back to all changes in this revision

Viewing changes to src/cleanup/cleanup_masquerade.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:
110
110
        excluded = (string_list_match(cleanup_masq_exceptions, lowercase(name)) != 0);
111
111
        myfree(name);
112
112
        if (cleanup_masq_exceptions->error) {
113
 
            msg_info("%s: %s lookup error -- deferring delivery",
 
113
            msg_info("%s: %s map lookup problem -- "
 
114
                     "message not accepted, try again later",
114
115
                     state->queue_id, VAR_MASQ_EXCEPTIONS);
115
116
            state->errs |= CLEANUP_STAT_WRITE;
116
117
        }