Hello,
can someone tell me where I can change the text of the release message when I release an email with a file attachment?
Many thanks
Edit release message
- shawniverson
- Posts: 3783
- Joined: 13 Jan 2014 23:30
- Location: Indianapolis, Indiana USA
- Contact:
Re: Edit release message
/var/www/html/mailscanner/conf.php
Code: Select all
define('QUARANTINE_MSG_BODY', 'Please find the original message that was quarantined attached to this mail.
Regards,
Postmaster');
Re: Edit low spam release message
Is there a way to set this spam release message to revert to the behavior of the older EFA 3.x where the released message is in the body rather than an attachment?
Re: Edit release message
I have modified it to release the live message and "MailGuard Resend: original subject" to the user. When a message is blocked, the user gets an email telling them that message so and so was blocked. At the bottom of that email, is a link to release it. If clicked, it is then released with the message with the modified subject.
The subject message modification was necessary, to give the user the ability to sort and better track the message. Mainly, because sometimes they don't release the message for days, and then the messages get confusing because of the date that the email was released, and the original email receive date, etc.
This function has become critical to me and the users on the different domains that we host. It will be incorporated into the first release of the forked efa-project OpenEFA. You can follow the progress on the release at https://openefa.com.
The subject message modification was necessary, to give the user the ability to sort and better track the message. Mainly, because sometimes they don't release the message for days, and then the messages get confusing because of the date that the email was released, and the original email receive date, etc.
This function has become critical to me and the users on the different domains that we host. It will be incorporated into the first release of the forked efa-project OpenEFA. You can follow the progress on the release at https://openefa.com.
Re: Edit low spam release message
Get a hold of me if you are interested in implementing the change now. Use the contact for at https://openefa.com. Or reach out to here in a private message.phideauxx wrote: 05 Aug 2025 21:55 Is there a way to set this spam release message to revert to the behavior of the older EFA 3.x where the released message is in the body rather than an attachment?