~ubuntu-branches/ubuntu/raring/exim4/raring-proposed

« back to all changes in this revision

Viewing changes to src/transport.c

  • Committer: Bazaar Package Importer
  • Author(s): Stéphane Graber
  • Date: 2011-05-06 14:51:28 UTC
  • mfrom: (2.1.15 sid)
  • Revision ID: james.westby@ubuntu.com-20110506145128-9q87vglgh6lb0w5o
Tags: 4.75-2ubuntu1
* Merge from debian unstable.  Remaining changes:
  - debian/control: Don't declare a Provides: default-mta; in Ubuntu,
    we want postfix to be the default.

Show diffs side-by-side

added added

removed removed

Lines of Context:
426
426
 
427
427
    if (use_crlf) *chunk_ptr++ = '\r';
428
428
    *chunk_ptr++ = '\n';
 
429
    transport_newlines++;
429
430
 
430
431
    /* The check_string test (formerly "from hack") replaces the specific
431
432
    string at the start of a line with an escape string (e.g. "From " becomes