This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How do we remove the Not Spam button from the EUWI.

After a recent upgrade of puremessage for unix our user web interface has a new button named Not Spam. How can we remove this button from the interface? We do not want that option to be available to the end user because confidential mail could be sent to sophos.



This thread was automatically locked due to age.
Parents
  • Hi Michael

     

    I'm going to go out on a limb and guess you mean for PureMessage for UNIX?

     

    for the digest,

    cd /opt/pmx6/lib/manager/HTTPD/tmpl

    cp -p content_message content_messge.bak

    vi content_message

     

    search for 

    <input class="button" type="submit" name="not_spam" value="<TMPL_VAR ESCAPE=HTML NAME="not_spam">">

    change it to

    <input class="button" type="hidden" name="not_spam" value="<TMPL_VAR ESCAPE=HTML NAME="not_spam">">

     

     

    presto.

Reply
  • Hi Michael

     

    I'm going to go out on a limb and guess you mean for PureMessage for UNIX?

     

    for the digest,

    cd /opt/pmx6/lib/manager/HTTPD/tmpl

    cp -p content_message content_messge.bak

    vi content_message

     

    search for 

    <input class="button" type="submit" name="not_spam" value="<TMPL_VAR ESCAPE=HTML NAME="not_spam">">

    change it to

    <input class="button" type="hidden" name="not_spam" value="<TMPL_VAR ESCAPE=HTML NAME="not_spam">">

     

     

    presto.

Children
No Data