Results 1 to 9 of 9

Thread: {Disarmed} - Email campaign

  1. #1
    LGnord is offline Senior Member
    Join Date
    Jun 2008
    Posts
    20

    Default {Disarmed} - Email campaign

    Hi,


    I begin to use sugarCRM and I have a problem with email campaign. I would like to send a newsletter. I follow instructions and I send a test. But I had a surprise when I receive the mail.

    The title was: {Disarmed} [Test]: newsletter n.1 - june 08


    I found some documentation about the label 'disarmed'. But, how can I configure sugarCRM to avoid this situation?

    Thanks for your help.

  2. #2
    julian's Avatar
    julian is offline Sugar Team Member
    Join Date
    Sep 2004
    Posts
    1,639

    Default Re: {Disarmed} - Email campaign

    Hello LGnord,

    I was unable to find any reference to "disarmed" in the source code or in documentation-- where'd you find this documentation? I can take a look.

    Thanks!
    Julian Ostrow
    Systems and Applications Engineer
    SugarCRM Inc.

  3. #3
    LGnord is offline Senior Member
    Join Date
    Jun 2008
    Posts
    20

    Default Re: {Disarmed} - Email campaign

    Thank for your answer.

    Let me copy a part of the following page: disarmed email

    The tag {Disarmed} in the subject of an email means that the MailScanner anti-virus system has removed potentially dangerous content — in the same way that you’d say “She disarmed the bomb”.

    MailScanner will automatically remove the following kinds of content from email:

    * File attachments which are frequently used to distribute malicious software, such as Windows .exe files. For the complete list, see Anti-virus “dangerous email attachments”.

    * Files with suspicious names, such as names with a lot of spaces, or those ending in a “double extension” like .doc.exe.

    * Files which have exactly the same names as known viruses, such as happy99.exe.

    * HTML tags which can be used for malicious purposes, such as Iframe tags.

    * “Web bugs” — small images used to track when you open an email. These are often used by email newsletters.


    I have seen in another thread (http://www.sugarcrm.com/forums/showthread.php?t=32717) that sugarCRM automatically add a tracker to check wether a campaign email was open.

    I think that this tracker is dedected by the MailScanner and then the {Disarmed} tag appears.

    Do you agree with me?
    Is-it possible to remove this feature?
    Many people send newsletters with sugarCRM. Have they the same problem? Why?

  4. #4
    julian's Avatar
    julian is offline Sugar Team Member
    Join Date
    Sep 2004
    Posts
    1,639

    Default Re: {Disarmed} - Email campaign

    Alright, it looks like your particular e-mail scanning software adds the {Disarmed} tag, but this won't happen for most e-mail readers. I'm not sure whether you can remove the tracker image from Sugar (you should consult the user documentation here: http://www.sugarcrm.com/crm/user_documentation), but you probably can by customizing the code. This will, however, prevent you from tracking whether any users viewed the e-mail.
    Julian Ostrow
    Systems and Applications Engineer
    SugarCRM Inc.

  5. #5
    LGnord is offline Senior Member
    Join Date
    Jun 2008
    Posts
    20

    Default Re: {Disarmed} - Email campaign

    My system administrator set our mailscanner to not disarm any emails.

    Everything looks to be OK.

    We are going to make more tests to be sure that their is no problem in our customer's mailbox.

    Thank for your help.

  6. #6
    EelcovN is offline Member
    Join Date
    Oct 2008
    Posts
    11

    Default Re: {Disarmed} - Email campaign

    There are at leased 2 reasons a mail scanner DISARMS your mail

    1. many mail scanners can detect the image sugar is added to your mail as a tracer image (1x1spacer.gif).

    2. they see you have added urls other then your own domain.

    The scanner will remove the link and adds the {DISARMED} tag in the subject.

    Solution to 1.

    Sugar adds a image in the mail in the following php file: EmailMan.php

    Changing the size of this image to eg. 10x12, will add an image in an other size. This will prefend the message tag {DISARMED} and the tracer will be working as well again.

    Tested this and is passes 3 diferent kind of mail scanners. So it looks a good solution.

    Sollution to 2.

    Always point to your own site.
    Add a page on your site where you pass the reader to the original source.

    I have done this for an Oxfam campaign. The result is this:

    www.trainersvannu.nl/oxfam.php

    Good luck

    Eelco

  7. #7
    aduffy is offline Junior Member
    Join Date
    Apr 2008
    Posts
    1

    Default Re: {Disarmed} - Email campaign

    Hi all.

    I'm having the same problem here.

    Have created several email templates for Press Releases, but am not getting any joy with the [Disarmed] message.

    I understand that we need to alter the size of the tracker image, but looking at emailman.php, I cannot see tha pixel path.

    What I want to do is change the size of the tracker pixel to bypass this problem.

    Pulling my hair out on this one, and we're days behind.

    Any help?

    Thanks

    Alan

  8. #8
    EelcovN is offline Member
    Join Date
    Oct 2008
    Posts
    11

    Default Re: {Disarmed} - Email campaign

    Allen,

    The size is one of the possible reasons.

    To change it:

    search for: <IMG

    in the EmailMan.php

    and see this line:

    <IMG HEIGHT='1' WIDTH='1' src='{$this->tracking_url}index.php?entryPoint=image&identifie r={$this->target_tracker_key}'>";

    In my version it is on line 707

    Change HEIGHT and WIDTH to other values.

    In your mail source (right click in the email content) you can find the reason why the label {DISARMED} is placed.
    There you find if the picture size is the problem.

    Good Luck.

  9. #9
    ehsander is offline Senior Member
    Join Date
    Dec 2009
    Posts
    29

    Default Re: {Disarmed} - Email campaign

    I had the same issues and have modified the line suggested by Eelco with random image dimensions, larger than 1px as 1x1 caused the problems, smaller than 8 to avoid the image to become too large. As no severe security restrictions apply, I think the rand() will just do here

    Code:
    $img_h = rand(2, 7);
    $img_w = rand(2, 7);
    $mail->Body .= "<br><IMG HEIGHT='" . $img_h . "' WIDTH='" . $img_w . "' src='{$this->tracking_url}index.php?entryPoint=image&identifier={$this->target_tracker_key}'>";
    Hope this helps.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. HOW-TO guide for Email Campaigns.
    By agupta in forum Marketing/Campaign Management
    Replies: 146
    Last Post: 2012-01-31, 03:08 PM
  2. Working with campaings
    By lopes80andre in forum Marketing/Campaign Management
    Replies: 2
    Last Post: 2008-05-16, 07:43 AM
  3. SugarSuite 4.0 - New Campaign management
    By manoj in forum Feature Requests
    Replies: 2
    Last Post: 2007-11-23, 10:13 PM
  4. Non-email campaign management
    By tomv in forum Feature Requests
    Replies: 0
    Last Post: 2006-06-05, 06:13 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •