The deadline (28.02.99) is over. Please be in touch with Lev Finkelstein to set a date for a meeting.
Attention: the problem is to be able to distinguish ANY mail type, and not only spam mail.
Input data example: spam mail:
The
original mailbox:
gzip format spam.rawdata.gz,
zip
format spam_rawdata.zip
The
mailbox in the format of the task (delimiter ---@@@=AILAB=@@@---):
gzip format
spam.ailab.gz,
zip
format spam_ailab.zip
The
mailbox with headers in the format of the task (delimiter ---@@@=AILAB=@@@---):
gzip format
spam.ailab.with_headres.gz,
zip
format spam_ailab_with_headers.zip
Attention:
Browsers on PC get the .gz files from this site with errors.
Note:
You CAN use the header information if it is present, but your program must
also know to handle
pure text.
The
converter from mailbox file to the format of the task: spam.c
A batch interface to consult (C4.5): consult2.zip Please read the README file.