~ubuntu-branches/ubuntu/trusty/postfix/trusty-updates

« back to all changes in this revision

Viewing changes to src/milter/milter8.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones, Scott Kitterman, LaMont Jones
  • Date: 2009-09-01 22:04:01 UTC
  • mfrom: (1.1.24 upstream) (31.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090901220401-7kx0l4bn99evbws0
Tags: 2.6.5-2
[Scott Kitterman]

* Recommend: python for postfix-add-* scripts.

[LaMont Jones]

* Merge ubuntu changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1296
1296
            /*
1297
1297
             * Decision: quarantine. In Sendmail 8.13 this does not imply a
1298
1298
             * transition in the receiver state (reply, reject, tempfail,
1299
 
             * accept, discard).
 
1299
             * accept, discard). We should not transition, either, otherwise
 
1300
             * we get out of sync.
1300
1301
             */
1301
1302
        case SMFIR_QUARANTINE:
1302
1303
            /* XXX What to do with the "reason" text? */
1304
1305
                                  MILTER8_DATA_BUFFER, milter->buf,
1305
1306
                                  MILTER8_DATA_END) != 0)
1306
1307
                MILTER8_EVENT_BREAK(milter->def_reply);
1307
 
            MILTER8_EVENT_BREAK("H");
 
1308
            milter8_def_reply(milter, "H");
 
1309
            continue;
1308
1310
 
1309
1311
            /*
1310
1312
             * Decision: skip further events of this type.