If I send myself my pizza order from last night (which is a tabled HTML email), from my gmail account, to work, it arrives without the lines:
This message has been scanned for viruses and dangerous content by
E.F.A. Project, and is believed to be clean.
Click here to report this message as spam.
If I send myself a test message with rich text with formatting, and it comes through with the lines above.
Is there a way to make this appear consistently for me?
Report Spam Strapline not showing on HTML emails
- shawniverson
- Posts: 3783
- Joined: 13 Jan 2014 23:30
- Location: Indianapolis, Indiana USA
- Contact:
Re: Report Spam Strapline not showing on HTML emails
You might take a look in /etc/MailScanner/rules/html.sig.rules and make sure it is correct.
-
- Posts: 8
- Joined: 11 May 2017 14:35
Re: Report Spam Strapline not showing on HTML emails
This is the content of the file:
Code: Select all
[root@mail rules]# cat sig.html.rules
To: *@CorrectDomain.org /etc/MailScanner/reports/en/inline.sig.in.html
To: default /etc/MailScanner/reports/en/inline.sig.out.html
- shawniverson
- Posts: 3783
- Joined: 13 Jan 2014 23:30
- Location: Indianapolis, Indiana USA
- Contact:
Re: Report Spam Strapline not showing on HTML emails
That looks correct.
Check the following
and, of course the contents of
/etc/MailScanner/reports/en/inline.sig.in.html
Check the following
Code: Select all
Inline HTML Signature = %rules-dir%/sig.html.rules
/etc/MailScanner/reports/en/inline.sig.in.html
-
- Posts: 8
- Joined: 11 May 2017 14:35
Re: Report Spam Strapline not showing on HTML emails
The contents of /etc/MailScanner/reports/en/inline.sig.in.html
I found the line in /etc/MailScanner/MailScanner.conf:
Code: Select all
[root@mail rules]# cat /etc/MailScanner/reports/en/inline.sig.in.html
<br />--
<br />This message has been scanned for viruses and dangerous content by <br />
<a href="http://www.efa-project.org"><b>E.F.A. Project</b></a>, and is believed to be clean.
<br /><a href="http://$hostname/cgi-bin/learn-msg.cgi?id=$id&token=$token">Click here to report this message as spam.</a>
Code: Select all
# Set where to find the HTML and text versions that will be added to the
# end of all clean messages, if "Sign Clean Messages" is set.
# These can also be the filenames of rulesets.
Inline HTML Signature = %rules-dir%/sig.html.rules
Inline Text Signature = %rules-dir%/sig.text.rules
- shawniverson
- Posts: 3783
- Joined: 13 Jan 2014 23:30
- Location: Indianapolis, Indiana USA
- Contact:
Re: Report Spam Strapline not showing on HTML emails
Ok, I'm scratching my head. Are we sure it wasn't appended to the HTML of the file? I have had badly formatted HTML messages in the past that have not rendered entirely. I wonder if you viewed the HTML in a text viewer, if we can confirm it was not appended?
-
- Posts: 8
- Joined: 11 May 2017 14:35
Re: Report Spam Strapline not showing on HTML emails
(We use the EFA as an incoming gateway for an Exchange/Outlook environment.)shawniverson wrote: 22 May 2017 17:06 Ok, I'm scratching my head. Are we sure it wasn't appended to the HTML of the file? I have had badly formatted HTML messages in the past that have not rendered entirely. I wonder if you viewed the HTML in a text viewer, if we can confirm it was not appended?
When I save the message as HTML I don't see anything when I open it in a text editor and search for 'EFA' (with caps on) and don't find anything.
I am sending via PM a dropbox link to the HTML as saved.