~ubuntu-branches/debian/sid/postfix/sid

« back to all changes in this revision

Viewing changes to src/cleanup/cleanup_map11.c

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, LaMont Jones, localization folks
  • Date: 2014-02-11 07:44:30 UTC
  • mfrom: (1.1.41)
  • Revision ID: package-import@ubuntu.com-20140211074430-91tdwgjriazawdz4
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:
120
120
            if (expand_to_self)
121
121
                return (did_rewrite);
122
122
        } else if (maps->error != 0) {
123
 
            msg_warn("%s: %s map lookup problem for %s",
 
123
            msg_warn("%s: %s map lookup problem for %s -- "
 
124
                     "message not accepted, try again later",
124
125
                     state->queue_id, maps->title, STR(addr));
125
126
            state->errs |= CLEANUP_STAT_WRITE;
126
127
            return (did_rewrite);
128
129
            return (did_rewrite);
129
130
        }
130
131
    }
131
 
    msg_warn("%s: unreasonable %s map nesting for %s",
 
132
    msg_warn("%s: unreasonable %s map nesting for %s -- "
 
133
             "message not accepted, try again later",
132
134
             state->queue_id, maps->title, STR(addr));
133
135
    return (did_rewrite);
134
136
}