Skip to content

Commit

Permalink
ca-hook.py improvements with breaking changes
Browse files Browse the repository at this point in the history
- *_MAIL_TO must now be specified for sending an email
- Optionally *_MAIL_BCC can be specified
- The SYSOP_EMAIL configuration variable is not read in the script so
  it must be referenced in the config file.
- Email addresses can be given both as an array or as a string
  containing comma separated email addresses
  • Loading branch information
sm0svx committed Jan 18, 2025
1 parent 8f2d4ce commit 5c88219
Show file tree
Hide file tree
Showing 4 changed files with 210 additions and 109 deletions.
2 changes: 2 additions & 0 deletions src/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[tool.black]
line-length = 79
Loading

0 comments on commit 5c88219

Please sign in to comment.