AddForgeNow emails not handled by the webapp
From chat:
<pabs3> I just noticed that the SWH AFN email stuff is not working. initial contact mail and replies to those aren't reaching the web interface and statuses aren't being updated, even though the mails did go through (got a reply) and were CCed to the web interface
Probably a side effect of the migration to the dynamic infra.
A postfix hook was installed on moma to launch a django admin command when an email was received.
We have to think how to implement that with the new infra
moma /etc/postfix % cat swhwebapp/aliases
# HEADER: This file was autogenerated at 2022-05-18 12:35:23 +0000
# HEADER: by puppet. While it can still be managed manually, it
# HEADER: is definitely not recommended.
xxx: "| django-admin process_inbound_email --settings=swh.web.settings.production"
Edited by Vincent Sellier