~ubuntu-branches/ubuntu/lucid/postfix/lucid-backports

« back to all changes in this revision

Viewing changes to src/local/forward.c

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2011-03-15 16:20:32 UTC
  • mfrom: (33.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20110315162032-8b7wsfsvvwbz3ist
Tags: 2.8.1-1~lucid1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
177
177
        rec_fprintf((fp), REC_TYPE_ATTR, "%s=%s", (name), (value)); \
178
178
    } while (0)
179
179
 
 
180
    /*
 
181
     * XXX encapsulate these as one object.
 
182
     */
180
183
    PASS_ATTR(cleanup, MAIL_ATTR_LOG_CLIENT_NAME, request->client_name);
181
184
    PASS_ATTR(cleanup, MAIL_ATTR_LOG_CLIENT_ADDR, request->client_addr);
182
185
    PASS_ATTR(cleanup, MAIL_ATTR_LOG_PROTO_NAME, request->client_proto);
184
187
    PASS_ATTR(cleanup, MAIL_ATTR_SASL_METHOD, request->sasl_method);
185
188
    PASS_ATTR(cleanup, MAIL_ATTR_SASL_USERNAME, request->sasl_username);
186
189
    PASS_ATTR(cleanup, MAIL_ATTR_SASL_SENDER, request->sasl_sender);
 
190
    PASS_ATTR(cleanup, MAIL_ATTR_LOG_IDENT, request->log_ident);
187
191
    PASS_ATTR(cleanup, MAIL_ATTR_RWR_CONTEXT, request->rewrite_context);
188
192
 
189
193
    vstring_free(buffer);