~ubuntu-branches/ubuntu/trusty/postfix/trusty-proposed

« back to all changes in this revision

Viewing changes to src/smtpd/smtpd_state.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Wietse Venema, LaMont Jones
  • Date: 2011-10-05 14:11:54 UTC
  • mfrom: (1.1.32 upstream) (39.1.5 oneiric)
  • Revision ID: james.westby@ubuntu.com-20111005141154-xkyuegp2tmz93cxg
Tags: 2.8.5-1
[Wietse Venema]

* 2.8.5
  - Workaround: report a {client_connections} Milter macro value of zero
    instead of garbage, when the remote SMTP client is not subject to any
    smtpd_client_* limits. Problem reported by Christian Roessner.
  - Bugfix: allow for Milters that send an SMTP server reply without RFC 3463
    enhanced status code. Reported by Vladimir Vassiliev.

[LaMont Jones]

* remerge ubuntu fork: do not use dh_apport

Show diffs side-by-side

added added

removed removed

Lines of Context:
84
84
    state->service = mystrdup(service);
85
85
    state->buffer = vstring_alloc(100);
86
86
    state->addr_buf = vstring_alloc(100);
 
87
    state->conn_count = state->conn_rate = 0;
87
88
    state->error_count = 0;
88
89
    state->error_mask = 0;
89
90
    state->notify_mask = name_mask(VAR_NOTIFY_CLASSES, mail_error_masks,