Mercurial > p > roundup > code
diff roundup/exceptions.py @ 8573:917b86212870
doc: Fix doc on Reject handled in mailgw
Doc said failure to create a message or create a file is ignored.
Failure to create an atached file is ignore, but failure to ad a
message results in an error message to the user.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 14 Apr 2026 16:06:22 -0400 |
| parents | e882a5d52ae5 |
| children |
line wrap: on
line diff
--- a/roundup/exceptions.py Tue Apr 14 13:39:39 2026 -0400 +++ b/roundup/exceptions.py Tue Apr 14 16:06:22 2026 -0400 @@ -27,7 +27,8 @@ It is up to the specific interface invoking the create or set to handle this exception sanely. For example: - - mailgw will trap and ignore Reject for file attachments and messages + - mailgw will trap and ignore Reject for file attachments + Will return error message if message is rejected. - cgi will trap and present the exception in a nice format """ pass
