Page 1 of 1

Mail scanner Renaming our forms when sending them as email

Posted: 18 Dec 2006, 06:35
by prabudh
hi,
we have cs mailscanner thing running on our server but when ever a form is sent by email to our customers for feedback its getting renamed.
check the form code below.

Code: Select all

<MAILSCANNERFORM6611 method="post" 
            action="http://www.oursite.com/mailer-Dec/mailer-Dec.php" 
            name="form1" FORM>

Code: Select all

</MAILSCANNERFORM6611>
any suggestions ?

regards,
pk

Posted: 18 Dec 2006, 08:41
by Sarah
This is most likely the content scanning which checks for dangerous html (which includes forms in html emails) and disables them. To disable this checking, look in MailScanner.conf (via the WHM front-end if you have it) for "Allow Form Tags =". Set the value of this to yes if you want to allow form tags.

thanks sarah

Posted: 18 Dec 2006, 11:52
by prabudh
thanks sarah, I'll give this a try and let you know if problem persist.

Thanks for your excellent advice.

regards,
pk