~ubuntu-branches/ubuntu/saucy/postfix/saucy

« back to all changes in this revision

Viewing changes to src/global/deliver_pass.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2011-02-22 11:20:43 UTC
  • mfrom: (1.1.27 upstream)
  • Revision ID: james.westby@ubuntu.com-20110222112043-c34ht219w3ybrilr
Tags: 2.8.0-2
* a little more lintian cleanup
* Fix missing format strings in smtp-sink.c

Show diffs side-by-side

added added

removed removed

Lines of Context:
120
120
             ATTR_TYPE_STR, MAIL_ATTR_SASL_USERNAME, request->sasl_username,
121
121
               ATTR_TYPE_STR, MAIL_ATTR_SASL_SENDER, request->sasl_sender,
122
122
    /* XXX Ditto if we want to pass TLS certificate info. */
 
123
               ATTR_TYPE_STR, MAIL_ATTR_LOG_IDENT, request->log_ident,
123
124
             ATTR_TYPE_STR, MAIL_ATTR_RWR_CONTEXT, request->rewrite_context,
124
125
               ATTR_TYPE_INT, MAIL_ATTR_RCPT_COUNT, 1,
125
126
               ATTR_TYPE_END);