ocis icon indicating copy to clipboard operation
ocis copied to clipboard

No email notification for `File rejected` event

Open prashant-gurung899 opened this issue 10 months ago • 1 comments

Describe the bug

Currently, email notification for File rejected event is not implemented. So, there's no email notification when a file with virus is uploaded. And we currently don't know if it will be implemented or not in the near future.

Image

Steps to reproduce

  1. Run the server with antivirus service clamAV and email service mailpit.
  2. As user demo, upload a file with virus.
  3. User demo gets in-app notification for virus found.
  4. Check for email notification in email service mailpit.

Expected behavior

Expected to get an email notification related to Virus found

Actual behavior

No email notification.

https://github.com/user-attachments/assets/29303e53-943f-4df9-a433-d9d1615d1ec3

Setup

OCIS_LOG_LEVEL=debug \
PROXY_ENABLE_BASIC_AUTH=true \
OCIS_ADD_RUN_SERVICES=notifications \
NOTIFICATIONS_SMTP_HOST=localhost \
NOTIFICATIONS_SMTP_PORT=1025 \
FRONTEND_CONFIGURABLE_NOTIFICATIONS=true \
NOTIFICATIONS_SMTP_INSECURE=true \
NOTIFICATIONS_SMTP_SENDER="owncloud <[email protected]>" \
ANTIVIRUS_SCANNER_TYPE="clamav" \
ANTIVIRUS_CLAMAV_SOCKET="tcp://host.docker.internal:3310" \
POSTPROCESSING_STEPS="virusscan" \
OCIS_ASYNC_UPLOADS=true OCIS_ADD_RUN_SERVICES="antivirus" ./ocis/bin/ocis server

Infinite Scale 7.1.0-rc.5+482bc0cd06 Community
ownCloud Web UI 11.3.0

prashant-gurung899 avatar Feb 26 '25 06:02 prashant-gurung899

There are 3 events related to the Space available via email SpaceShared, SpaceUnshared, and SpaceMembershipExpired. There are no plans for implementation of the email notification for File rejected.

2403905 avatar Feb 26 '25 09:02 2403905