Page MenuHomeSoftware Heritage

[add forge now] email inbound not catched by django
Closed, MigratedEdits Locked

Event Timeline

bchauvet triaged this task as Normal priority.May 18 2022, 2:01 PM
bchauvet created this task.
vsellier changed the task status from Open to Work in Progress.May 18 2022, 2:08 PM
vsellier claimed this task.
vsellier added a subscriber: vsellier.

The command name called by postfix[1] seems to not match the command name declared in the webapp[2]

swhwebapp@webapp:~$ django-admin process-inbound-email --settings=swh.web.settings.production
Unknown command: 'process-inbound-email'. Did you mean process_inbound_email?
Type 'django-admin help' for usage.
swhwebapp@webapp:~$ django-admin process_inbound_email --settings=swh.web.settings.production

[1] https://forge.softwareheritage.org/source/puppet-swh-site/browse/production/data/hostname/webapp.internal.staging.swh.network.yaml$76
[2] https://forge.softwareheritage.org/source/swh-web/browse/master/cypress/plugins/index.js$167

vsellier moved this task from Backlog to done on the System administration board.