crooks / PyClean

A Usenet spamfilter written in Python
GNU General Public License v3.0
4 stars 4 forks source link

Empty fields #7

Closed Julien-Elie closed 1 year ago

Julien-Elie commented 2 years ago

This PR is to apply after #6. Fix the detection of empty header fields as the art dictionary contains all the usual header fields (more than 70, populated by innd). When empty, they have a None value.

In some places in the code, the detection was wrong (looking at the presence of the header field name in the dictionary instead of the presence of a value).