~ubuntu-branches/ubuntu/maverick/postfix/maverick-security

« back to all changes in this revision

Viewing changes to src/cleanup/cleanup_extracted.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Wietse Venema, LaMont Jones
  • Date: 2009-06-03 14:17:08 UTC
  • mfrom: (1.1.22 upstream)
  • Revision ID: james.westby@ubuntu.com-20090603141708-o9u59xlor7nmd2x1
[Wietse Venema]

* New upstream release: 2.6.2~rc1

[LaMont Jones]

* move postfix-add-{filter,policy} manpages to section 8, and deliver
* provide: default-mta on ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
206
206
        if (cleanup_milters != 0
207
207
            && state->milters == 0
208
208
            && CLEANUP_MILTER_OK(state))
209
 
            cleanup_milter_emul_rcpt(state, cleanup_milters, buf);
 
209
            cleanup_milter_emul_rcpt(state, cleanup_milters, state->recip);
210
210
        myfree(state->orig_rcpt);
211
211
        state->orig_rcpt = 0;
212
212
        if (state->dsn_orcpt != 0) {