dreamfony / dv

DV - Government Helpdesk
http://docs.trans.ink/
5 stars 5 forks source link

make a module to handle auto response messages #26

Open dmiric opened 7 years ago

dmiric commented 7 years ago

Ref. docroot/profiles/dv/docs/workflows/mailing_list_activity_workflow.md:91

       - todo make a module to handle auto response messages
       - will be used as one of the criteria to automatically set messages as auto_response
       - other criteria may include response time, message subject
       - [Detecting autoresponders](https://github.com/jpmckinney/multi_mail/wiki/Detecting-autoresponders)
…

(automatically generated by Github-Todos)

dmiric commented 6 years ago

Ref. docroot/profiles/dv/docs/workflows/mailing_list_activity_workflow.md:91

       - todo make a module to handle auto response messages
       - will be used as one of the criteria to automatically set messages as auto_response
       - other criteria may include response time, message subject
       - [Detecting autoresponders](https://github.com/jpmckinney/multi_mail/wiki/Detecting-autoresponders)
…

(automatically generated by Github-Todos)

n00b21337 commented 6 years ago

Plan of action:

Use timer for timing how much time it takes for reply message,

Could use header info also to double check and fine tune, some info here https://github.com/jpmckinney/multi_mail/wiki/Detecting-autoresponders.

For some extra fine tuning, possible to make a list of most used auto responder default texts and aprox match them when receiving email. Probably best left for later stages of project.