abusesa / abusehelper

A framework for receiving and redistributing abuse feeds
MIT License
117 stars 18 forks source link

Move abusehelper.core.shadowservermail out of abusehelper.core #12

Open ghost opened 8 years ago

ghost commented 8 years ago

abusehelper.core should probably have as little provider-specific code as possible. Therefore we should move the ShadowServer mail feed bot out.

The bot seems to be so widely used that it's best to keep it in the abusehelper package by creating a subpackage abusehelper.bots.shadowserver. Two things are up in the air:

ics commented 8 years ago

Waiting for the Generalized mail parsing makes sense. Using deprecation warnings will allow people to take notice and update other mailer bots they might have.

ghost commented 8 years ago

The current plan is to wait until #6 has been merged (probably not in time for 3.0.0) and add deprecation warnings. This can be done in a minor release, as it doesn't break backwards compatibility. Then in a future major release remove core.shadowservermail (and core.imapbot).