Page 1 of 1

How to remove efa sign

Posted: 15 Jan 2018 07:32
by sergik
Hello!
Please help to delete sign

--
This message has been scanned for viruses and dangerous content by E.F.A. Project <http://www.efa-project.org> , and is believed to be clean.

When company send me e-mail without any text and just attachment. EFA add text

--
This message has been scanned for viruses and dangerous content by E.F.A. Project <http://www.efa-project.org> , and is believed to be clean.

But my program that read e-mails don't understand such e-mails. It want that e-mail must be without any text.

How can I delete such text.

I added

in MailScanner.con i've commented
#Inline HTML Signature = %rules-dir%/sig.html.rules
#Inline Text Signature = %rules-dir%/sig.text.rules
and set
Sign Clean Messages = No

not helped

Re: How to remove efa sign

Posted: 15 Jan 2018 12:17
by shawniverson
Remove the custom action on these lines, or use EFA-Configure to disable it.

EFA-Configure option 9) Spam Settings --> 1) Non Spam Setttings & 2) Spam Settings

/etc/MailScanner/MailScanner.conf

Code: Select all

Spam Actions = <something> custom(spam)
Non Spam Actions = <something> custom(nonspam)

Re: How to remove efa sign

Posted: 25 Feb 2018 10:48
by DavidRa
Seems the current EFA-Configure has a small problem configuring Spam and Non-spam settings. After the last question is answered, e.g.:

Code: Select all

[eFa] Non spam signatures  DISABLED
MailScanner: unrecognized service
Worth adding a bug for v4? Appears to be failing to reload MailScanner service, even though it's currently running.

Re: How to remove efa sign

Posted: 26 Feb 2018 10:10
by henk
the MailScanner service is renamed to mailscanner

# Add init.d symlink back for backward compatibility

Code: Select all

ln -s /etc/init.d/mailscanner /etc/init.d/MailScanner
and read viewtopic.php?f=13&t=2892