Having a problem with some signatures

Report bugs and workarounds
Post Reply
ovizii
Posts: 463
Joined: 11 May 2016 08:08

Having a problem with some signatures

Post by ovizii »

Currently trying to debug this one:

When I have an incoming HTML email the attached sig for reporting as SPAM is not working/broken.

I assume the template is this one: /etc/MailScanner/reports/en/inline.sig.in.html

Code: Select all

<br />--
<br />This message has been scanned for viruses and dangerous content by <br />
<a href="%web-site%"><b>%org-long-name%</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>
Looks OK to me but the output in the email is: "Click here to report this message as spam" (WITHOUT any link). The link to report SPAM is simply missing.

- this recipient domain is listed in EFA_Configure => SPAM Settings => Inline Signature Rules

and as I want to enable reporting from any network not only trusted networks, I have not entered a single entry in "trusted networks" according to this thread: viewtopic.php?p=6092#p6086

Also, is there a way to simulate the output of the different templates to check if there are any mistakes in them? If not, what's the easiest way to re-download them? It might have been me breaking stuff when trying to customize.
Post Reply