Find a file
Thomas Hochstein 48c8d4bb8e Add some input validation.
Our raw data doesn't have the qualitiy one should
expect. There are empty header lines only containing
whitespace (leading to wrong joining of apparent
continuation lines); header lines that contain garbage
without ':' so split is failing; empty 'newsgroups'
fields; unsupported encondings in MIME encoded words
... and so on.

Add fixes for the aforementioned problems.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2013-09-08 17:53:25 +02:00
bin Add some input validation. 2013-09-08 17:53:25 +02:00
doc Add decoding and parsing of From: etc. 2013-09-08 17:53:17 +02:00
etc Create a database table with parsed raw data. 2013-09-08 17:27:50 +02:00
install Create a database table with parsed raw data. 2013-09-08 17:27:50 +02:00
lib Create a database table with parsed raw data. 2013-09-08 17:27:50 +02:00
.gitattributes Introduce end-of-line normalization and add .gitattributes. 2010-09-18 20:53:31 +02:00
.gitignore Redo directory structure. 2013-09-03 10:01:16 +02:00