Koozali.org: home of the SME Server

RAV antivirus and advertising_msg

Brad Jennings

RAV antivirus and advertising_msg
« on: May 21, 2003, 02:38:02 AM »
Any SME users successfully using RAV out there and the advertising_msg to get it to put an attachment at the end of every email going out of your server?  I realize that this isn't as much an SME question but a RAV question, but I thought I'd see if anyone had any suggestions.  Here's what I've done following the info on www.myezserver.com.  The problem is that I get two advertising messages that say the same thing on all of my emails.  Just thought I'd see if anyone else could help me out.  Thanks



edit /etc/e-smith/templates-custom/etc/opt/rav/languages/english/00english

Adding the paramter:

advertising_m_english="Your message here"

edit /etc/e-smith/templates-custom/etc/opt/rav/groups/global/00language

inserting the line below:

$OUT .= "_include /etc/opt/rav/languages/$language\.equiv\n";
$OUT .= "advertising_msg=advertising_m_english\n";

expand templates and restart rav

Michael

Re: RAV antivirus and advertising_msg
« Reply #1 on: May 21, 2003, 04:40:03 PM »
Brad,

have you tested it with mail addresses inside and outside your domain?
I seem to have different results whether I send it to another user inside the domain (= duplicate) or outside (= no duplicate = OK).

Regards,
Michael

Brad Jennings

Re: RAV antivirus and advertising_msg
« Reply #2 on: May 21, 2003, 07:34:06 PM »
I was wondering about the inside / outside address thing.  You are right, Michael.  That is exactly what is happening.  Anyone have any suggestions on how to possibly correct this error?