Mercurial > p > roundup > code
comparison roundup/configuration.py @ 7658:d30e534b078a
clarify doc on dispatcher_email config setting.
An issue was brought up on the mailing list.
https://sourceforge.net/p/roundup/mailman/message/43383465/
The description of dispatcher_email sounds like it should be sent
email on issue creation. That's not it's role. Try to make it's role
more obvious.
Fix config.ini and reference.txt description.
Add the newissuecopy.py detector to send email on the creation of an
issue
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 10 Oct 2023 20:33:22 -0400 |
| parents | 5e118944ef75 |
| children | 4af0d235b570 |
comparison
equal
deleted
inserted
replaced
| 7657:6ed521352d22 | 7658:d30e534b078a |
|---|---|
| 1024 "into trouble.\n" | 1024 "into trouble.\n" |
| 1025 "If no domain is specified then the config item\n" | 1025 "If no domain is specified then the config item\n" |
| 1026 "mail -> domain is added."), | 1026 "mail -> domain is added."), |
| 1027 (MailAddressOption, "dispatcher_email", "roundup-admin", | 1027 (MailAddressOption, "dispatcher_email", "roundup-admin", |
| 1028 "The 'dispatcher' is a role that can get notified\n" | 1028 "The 'dispatcher' is a role that can get notified\n" |
| 1029 "of new items to the database.\n" | 1029 "when errors occur while sending email to a user.\n" |
| 1030 "It is used by the ERROR_MESSAGES_TO config setting.\n" | 1030 "It is used by the ERROR_MESSAGES_TO config setting.\n" |
| 1031 "If no domain is specified then the config item\n" | 1031 "If no domain is specified then the config item\n" |
| 1032 "mail -> domain is added."), | 1032 "mail -> domain is added."), |
| 1033 (Option, "email_from_tag", "", | 1033 (Option, "email_from_tag", "", |
| 1034 "Additional text to include in the \"name\" part\n" | 1034 "Additional text to include in the \"name\" part\n" |
