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

« back to all changes in this revision

Viewing changes to src/qmgr/qmgr_deliver.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:
182
182
             ATTR_TYPE_STR, MAIL_ATTR_SASL_USERNAME, message->sasl_username,
183
183
               ATTR_TYPE_STR, MAIL_ATTR_SASL_SENDER, message->sasl_sender,
184
184
    /* XXX Ditto if we want to pass TLS certificate info. */
 
185
               ATTR_TYPE_STR, MAIL_ATTR_LOG_IDENT, message->log_ident,
185
186
             ATTR_TYPE_STR, MAIL_ATTR_RWR_CONTEXT, message->rewrite_context,
186
187
               ATTR_TYPE_INT, MAIL_ATTR_RCPT_COUNT, list.len,
187
188
               ATTR_TYPE_END);