~ubuntu-branches/ubuntu/lucid/bogofilter/lucid-updates

« back to all changes in this revision

Viewing changes to src/bogotune.c

  • Committer: Bazaar Package Importer
  • Author(s): Loïc Minier
  • Date: 2010-04-10 11:08:53 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100410110853-5w0vep9aa9qqr9lx
Tags: 1.2.1-0ubuntu1
* New upstream bugfix release; LP: #557468.
  - Fixes parsing of the first line of the body in MIME messages;
    LP: #320829.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: bogotune.c 6806 2009-02-19 04:41:50Z relson $ */
 
1
/* $Id: bogotune.c 6820 2009-02-22 20:13:08Z relson $ */
2
2
 
3
3
/*****************************************************************************
4
4
 
189
189
uint cMakeCheck =    50;        /* ... for 50 cycles */
190
190
 
191
191
const char *logtag = NULL;
192
 
const char *spam_header_place = "";
193
192
 
194
193
/* Function Declarations */
195
194