Results 1 to 5 of 5

Thread: Howto delete incoming email with virus

  1. #1
    Victor Rosillo is offline Sugar Community Member
    Join Date
    Nov 2006
    Posts
    23

    Angry Howto delete incoming email with virus

    We got incoming spam emails with virus in them that were not filtered by the email server.
    how can we delete them from the sugar mysql database?

  2. #2
    paikmoses's Avatar
    paikmoses is offline Sugar Community Member
    Join Date
    Jan 2006
    Posts
    541

    Default Re: Howto delete incoming email with virus

    Quote Originally Posted by Victor Rosillo
    We got incoming spam emails with virus in them that were not filtered by the email server.
    how can we delete them from the sugar mysql database?
    Do cross-check with your hostinng provider, they might be having some spam checkers.

    Regards,

  3. #3
    Victor Rosillo is offline Sugar Community Member
    Join Date
    Nov 2006
    Posts
    23

    Default Re: Howto delete incoming email with virus

    The queswtion is:
    how can we delete emails that have virus once they are inside the mysql sugarcrm database?

  4. #4
    paikmoses's Avatar
    paikmoses is offline Sugar Community Member
    Join Date
    Jan 2006
    Posts
    541

    Default Re: Howto delete incoming email with virus

    Try running this query:

    DELETE * FROM `emails` WHERE 'type' = 'out' ;

    HTH.

    Regards,

  5. #5
    Victor Rosillo is offline Sugar Community Member
    Join Date
    Nov 2006
    Posts
    23

    Default Re: Howto delete incoming email with virus

    Will this sql to delete email will also delete the Note associated to it, to the email?; for instance, I see that each incoming email that has graphics on it, or an attachment, gets automatically a Note that contains the attachement or graphic, I want to delete both the email and the note and the graphic or attachment. Please post sql to do this.

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. Poll: Dump Sugar Mail and integrate something better?
    By bjs3 in forum General Discussion
    Replies: 246
    Last Post: 2011-11-23, 04:05 PM
  3. email marketing feature requests
    By maxsutter in forum Feature Requests
    Replies: 1
    Last Post: 2008-10-11, 10:19 AM
  4. Replies: 1
    Last Post: 2007-02-21, 11:42 AM
  5. Incoming Email - Workflow flawed
    By alsutton in forum General Discussion
    Replies: 1
    Last Post: 2005-12-19, 02:28 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
  •