How to remove efa sign

General eFa discussion
Post Reply
sergik
Posts: 1
Joined: 15 Jan 2018 07:25

How to remove efa sign

Post 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
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: How to remove efa sign

Post 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)
User avatar
DavidRa
Posts: 30
Joined: 24 Dec 2012 08:29
Location: Sydney, AU
Contact:

Re: How to remove efa sign

Post 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.
henk
Posts: 517
Joined: 14 Dec 2015 22:16
Location: Netherlands
Contact:

Re: How to remove efa sign

Post 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
“We are stuck with technology when what we really want is just stuff that works.” -Douglas Adams
Post Reply