Mail with Asian Characters Flagged As Spam

Hi,
I'm based out in Asia, and quite a few of my customers get email in their mother tongue, and most of it seems to be incorrectly flagged as spam due to the asian characters etc.
An example from the logs would be:
hits=12.439 tag=-999 tag2=3 kill=8 tests=BAYES_99, CHARSETFARAWAYHEADER, HELOEQJP, HELOEQ_NEJP, HOSTEQJP, HOSTEQ_NEJP, NOREALNAME, RELAYIS203, quarantine spam-ff2272f20c18bcfcad34405e0d7245b9-20061216-060809-13862-01 (spam-quarantine)
Now, my question is WHERE do I find the correct file to turn this off.
I do have some rules in: /etc/mail/spamassassin (including some I have added myself from spamemporium, or whatever) but I can't find anything in any of the files that deals with "Asian Stuff"
Help! I'm about to lose a customer, as all his Japanese email is flagged as spam! Appreciate any guidance you can give.
Cheers,
Steve

HELOEQ_NEJP
HOSTEQJP
HOSTEQ_NEJP
HELOEQJP
are all in this ruleset:
88FVGTheaders.cf
(which you added yourself)
The older FVGT rulesets quite often tend to overly aggressive. Also, this has been replaced by a newer version "00FVGTFile001.cf" which doesn't contain those rules anymore.
Either lower the scores for these rules or remove/replace the ruleset.
To lower scores, just add:
score HELOEQ_NEJP 0.0
(and so on)
to your local.cf or user_prefs file.
Alex

Similar Messages

  • Using FileReader/Writer with Asian Characters - can you spot my problem?

    Hi,
    I can read in and write out one byte at a time with Asian characters, but if I try to do it one line at a time the Asian output is garbage. I will list both little programs here, and hopefully someone can educate me on my problem.
    +++1st, *this {color:#339966}works fine{color} with Asian characters:*+
    +{color:#000000}import java.io.*;*{color}+
    {color:#000000}class copybyte
    public static void main (String args[]) throws IOException
    if (args.length != 2)
    System.out.println("Usage: java copybyte srcfile dstfile");
    return;
    final boolean DEBUG=true; // switch for ascii display
    int ch; // the buffer{color}
    {color:#000000}// Create streams
    FileInputStream fis = new FileInputStream (args[0]);
    FileOutputStream fos = new FileOutputStream (args[1]);{color}
    {color:#000000}while ((ch = fis.read()) != -1)
    fos.write(ch);
    if (DEBUG)
    System.out.print(ch);
    System.out.println(" "+Character.toString((char)ch));
    fis.close(); fos.close();
    }{color}
    But the following code outputs Asian characters in garbage to my text file:
    {color:#000000}import java.io.;
    // Does not seem to handle Japanese....
    class CopyLineIO
    public static void main (String args[]) throws IOException
    if (args.length != 2)
    System.out.println("Usage: java copyline srcfile dstfile");
    return;
    final boolean STRIP=true; //strip blank lines from file ??
    String buf,temp;
    // Create streams
    FileReader fr = new FileReader (args[0]);
    FileWriter fw = new FileWriter (args[1]);
    BufferedReader br=new BufferedReader(fr); //wrap basic object
    BufferedWriter bw=new BufferedWriter(fw); //wrap basic object
    while ((buf = br.readLine()) != null)
    temp=buf.trim();
    if ((temp.length()>0)||(!STRIP)) {bw.write(buf"\n");}
    br.close(); bw.close();
    fr.close(); fw.close();
    Can anyone advise on what to change in CopyLineIO so that Asian characters work?{color} Thanks!
    PS Sorry about the code formatting - not sure how to get it looking decent here when pasted in....
    Edited by: JavaNeo on Jan 14, 2010 7:10 AM

    [From the documentation|http://java.sun.com/javase/6/docs/api/java/io/FileReader.html]:
    Convenience class for reading character files. The constructors of this class assume that the default character encoding and the default byte-buffer size are appropriate. To specify these values yourself, construct an InputStreamReader on a FileInputStream. To post code use { code } // your code here { code } without the spaces or simple select the code and press the CODE button.
    // your code here

  • Send email with Asian characters

    Hi
    Does anyone know how to send email with Asian characters? Sample code will be useful. I got ?? instead of the real characters, please help....
    Thanks in advance
    Ken

    Hello.
    How are you doing?
    Good Day.
    I think I have the concepts down some, I'm just gonna
    ask some questions for confirmation. First I'll list a
    statement then I'll as the question about the
    statement.
    If the statement is correct answer yes, on the other
    hand if the statement is false. Answer no to the
    question and explain.
    My purpose for asking you questions. Is to get a better understanding of JavaMail and to clear up any doubt. That, I may have on this subject that is related to the statements and questions.
    By having some one like you respond to my questions with answers.
    Here we go!
    The content of the Part Interface and Message class are not attributes at all.
    If this statement is correct or not correct please explian why.
    Is this statement correct?
    A DataHandler is the class called DataHandler and the
    object of the DataHandler class, which programmers
    would call the DataHandler object; which is (normally
    created by using the DataHandler class constructor). The DataHandler class, wraps the data into the DataHandler object which is called DataHandler; by you or I using the DataHandler class constructor.
    This statement is correct right?
    The DataHandler class takes the data you pass to it's
    constructor and wraps it into the DataHandler's object
    as one entity called an email message.
    Is this statement correct?
    Thanks in advance.
    Please email me as soon as possible;
    at [email protected]
    Peace out, have a good day.
    -Leroy

  • Slideshow: label with asian characters

    I just installed Fw CS3 french edition.
    When using the create sldeshow command from the menu I get 5
    tabs on the right side of the window.
    The last one appear with asian characters and a pop-up as
    well when clicking the create button.
    How to resolve it ?
    Best regards

    Hello.
    How are you doing?
    Good Day.
    I think I have the concepts down some, I'm just gonna
    ask some questions for confirmation. First I'll list a
    statement then I'll as the question about the
    statement.
    If the statement is correct answer yes, on the other
    hand if the statement is false. Answer no to the
    question and explain.
    My purpose for asking you questions. Is to get a better understanding of JavaMail and to clear up any doubt. That, I may have on this subject that is related to the statements and questions.
    By having some one like you respond to my questions with answers.
    Here we go!
    The content of the Part Interface and Message class are not attributes at all.
    If this statement is correct or not correct please explian why.
    Is this statement correct?
    A DataHandler is the class called DataHandler and the
    object of the DataHandler class, which programmers
    would call the DataHandler object; which is (normally
    created by using the DataHandler class constructor). The DataHandler class, wraps the data into the DataHandler object which is called DataHandler; by you or I using the DataHandler class constructor.
    This statement is correct right?
    The DataHandler class takes the data you pass to it's
    constructor and wraps it into the DataHandler's object
    as one entity called an email message.
    Is this statement correct?
    Thanks in advance.
    Please email me as soon as possible;
    at [email protected]
    Peace out, have a good day.
    -Leroy

  • Attach file to mail with "unusual" characters

    Hi
    I have made a procedure that can send mail with attached file/files. But when I attach a text file that contains characters like (Å, Ä or Ö) these characters gets like (A, A and ?) when I recieve the mail to my mail client. When I look at the file on the disk before I attach it the characters is OK but when I attach the file and mails it the characters get replaced. So why does the charaters get messed up when I attach the file to a mail??
    My procedure looks like this:
    procedure mail_files(from_name varchar2,
    to_name varchar2,
    subject varchar2,
    message varchar2,
    max_size number default 9999999999,
    filename1 varchar2 default null,
    filename2 varchar2 default null,
    filename3 varchar2 default null,
    debug number default 0) is
    mottagare VARCHAR2(2048) := to_name;
    v_smtp_server varchar2(32) := 'mail.telia.se';
    v_smtp_server_port number := 25;
    v_directory_name varchar2(100);
    v_file_name varchar2(100);
    v_line varchar2(1000);
    crlf varchar2(2) := chr(13) || chr(10);
    mesg varchar2(32767);
    conn UTL_SMTP.CONNECTION;
    type varchar2_table is table of varchar2(200) index by binary_integer;
    file_array varchar2_table;
    i binary_integer;
    v_file_handle utl_file.file_type;
    v_slash_pos number;
    mesg_len number;
    mesg_too_long exception;
    invalid_path exception;
    mesg_length_exceeded boolean := false;
    begin
    -- first load the three filenames into an array for easier handling later ...
    file_array(1) := filename1;
    file_array(2) := filename2;
    file_array(3) := filename3;
    -- Open the SMTP connection ...
    conn := utl_smtp.open_connection(v_smtp_server, v_smtp_server_port);
    -- Initial handshaking ...
    utl_smtp.helo(conn, v_smtp_server);
    utl_smtp.mail(conn, from_name);
    WHILE (mottagare IS NOT NULL) LOOP
    utl_smtp.rcpt(conn, get_element(mottagare));
    END LOOP;
    --utl_smtp.rcpt( conn, to_name );
    utl_smtp.open_data(conn);
    -- build the start of the mail message ...
    mesg := 'Date: ' || TO_CHAR(SYSDATE, 'dd Mon yy hh24:mi:ss') || crlf ||
    'From: ' || from_name || crlf || 'Subject: ' || subject || crlf ||
    'To: ' || to_name || crlf || 'Mime-Version: 1.0' || crlf ||
    'Content-Type: multipart/mixed; boundary="DMW.Boundary.605592468"' || crlf || '' || crlf ||
    'This is a Mime message, which your current mail reader may not' || crlf ||
    'understand. Parts of the message will appear as text. If the remainder' || crlf ||
    'appears as random characters in the message body, instead of as' || crlf ||
    'attachments, then you''ll have to extract these parts and decode them' || crlf ||
    'manually.' || crlf || '' || crlf ||
    '--DMW.Boundary.605592468' || crlf ||
    'Content-Type: text/html; charset=8859-1' || crlf ||
    'Content-Disposition: inline;' || crlf ||
    'Content-Transfer-Encoding: 8bit' || crlf || '' || crlf ||
    message || crlf;
    mesg_len := length(mesg);
    if mesg_len > max_size then
    mesg_length_exceeded := true;
    end if;
    utl_smtp.write_data(conn, mesg);
    --utl_smtp.write_raw_data(conn, utl_raw.cast_to_raw(mesg));
    -- Append the files ...
    for i in 1 .. 3 loop
    -- Exit if message length already exceeded ...
    exit when mesg_length_exceeded;
    -- If the filename has been supplied ...
    if file_array(i) is not null then
    begin
    -- locate the final '/' or '\' in the pathname ...
    v_slash_pos := instr(file_array(i), '/', -1);
    if v_slash_pos = 0 then
    v_slash_pos := instr(file_array(i), '\', -1);
    end if;
    -- separate the filename from the directory name ...
    v_directory_name := substr(file_array(i), 1, v_slash_pos - 1);
    v_file_name := substr(file_array(i), v_slash_pos + 1);
    -- open the file ...
    v_file_handle := utl_file.fopen(v_directory_name, v_file_name, 'r');
    -- generate the MIME boundary line ...
    mesg := crlf || '--DMW.Boundary.605592468' || crlf ||
    'Content-Type: application/octet-stream; name="' ||
    v_file_name || '"' || crlf ||
    'Content-Disposition: attachment; filename="' ||
    v_file_name || '"' || crlf ||
    'Content-Transfer-Encoding: 8bit' || crlf || crlf;
    mesg_len := mesg_len + length(mesg);
    utl_smtp.write_data(conn, mesg);
    -- and append the file contents to the end of the message ...
    loop
    utl_file.get_line(v_file_handle, v_line);
    if mesg_len + length(v_line) > max_size then
    mesg := '*** truncated ***' || crlf;
    utl_smtp.write_data(conn, mesg);
    mesg_length_exceeded := true;
    raise mesg_too_long;
    end if;
    mesg := v_line || crlf;
    utl_smtp.write_data(conn, mesg);
    mesg_len := mesg_len + length(mesg);
    end loop;
    exception
    when utl_file.invalid_path then
    -- All other exceptions are ignored ....
    when others then
    null;
    end;
    mesg := crlf;
    utl_smtp.write_data(conn, mesg);
    -- close the file ...
    utl_file.fclose(v_file_handle);
    end if;
    end loop;
    -- append the final boundary line ...
    mesg := crlf || '--DMW.Boundary.605592468--' || crlf;
    utl_smtp.write_data(conn, mesg);
    -- and close the SMTP connection ...
    utl_smtp.close_data(conn);
    utl_smtp.quit(conn);
    end;
    Any help is highly appreciated.
    Regards
    Nils

    Hi Madhu,
         Using the default modules PayloadSwapBean and MessageTransformBean you can able to send multiple attachments.
    swap.keyName  :payload-name or payload-description or content-type, content-description. swap.keyValue: If you have  a multiple attachments then give the multiple key value.
    Like you have payload name
      Attachment1, Attachment2 then
    swap.keyName  payload-name
    swap.keyValue  Attachment1, Attachment2
    Using the MessageTransformBean you can able to change the file name.
    PayloadSwapBean:
    [http://help.sap.com/saphelp_nw70/helpdata/EN/2e/bf37423cf7ab04e10000000a1550b0/content.htm]
    MessageTransformBean:
    [http://help.sap.com/saphelp_nw70/helpdata/EN/57/0b2c4142aef623e10000000a155106/content.htm]
    Regards,
    Prakasu

  • Internal user sending e-mail with MailChimp identified as Suspected SPAM

    Just wondering what people do when they have e-mails detected as SPAM or Suspected SPAM from spam houses like Mail Chimp.  Is it effective to just report the false positive to [email protected]?
    I started down the path of adding the sender to a policy that isn't scanned for SPAM, but they use a different sender address for every e-mail.  I think looked at adding their hosts to a different policy but they have a lot and I would like to still scan their e-mail in general.
    Appreciate any input,
    Jason

    Hi Jason,
    in general, it's good idea to submit false positives to [email protected] In case your settings are to send suspected Spam and positive Spam into the Spam quarantine, you can enable the checkbox in the quarantine settings to submit messages automatically to Cisco once released. I would recommended to deliver suspected Spam messages in general to users and only send Spam messages into the quarantine. Suspected Spam is merely a grey zone which means that the messages flagged at that are mostly not Spam but share some common similarities with typical Spam messages.
    If the Safelist/Blocklist feature is enabled users can add senders in the safelist to ensure mails are delivered to the inboxes. Otherwise you could add the domain name with a leading dot ".example.com" into the Withelist sendergroup or any other sendergroup that still does Anti-Spam scanning, but with throttling policy applied.
    I hope this helps.
    Best regards,
    Enrico

  • Command line e-mail with Chinese Characters

    We are writing a script that tells users that their password will expire
    in 2 weeks and how to change it in various places like network,
    GroupWise, PDA, conferencing system...
    Problem is that we have Many Chinese so we want the e-mail to be in both
    Chinese and English. We are using nail to format the e-mail but it is
    always coming through with boxes for the Chinese characters. Any idea
    one where the problem is occurring?
    Thanks,
    John

    John,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • How do i use an input file with Asian characters(Unicode)?

    /* Ardor
    * Illiteraminator.java
    * Version beta 1.0
    * December 7, 2007
    * Main interfacing class
    import java.io.*;
    import java.util.*;
    public class Illiteraminator{
      public static void main (String [] args){
      //  ArrayList<Word> dictionary = new ArrayList<Word>();
        String fileName = "Mandrin.txt";
        String character= "",definition = "",inputLine;
        try{
          Scanner fileScan = new Scanner (new File (fileName));
          while (fileScan.hasNext()){
            inputLine = fileScan.nextLine();
            Scanner sc = new Scanner(inputLine);
            character = sc.next();
            while (sc.hasNext()){
              definition = definition + " " + sc.next();
            }//end while sc
           // dictionary.add(new Word(character, definition));
            //definition = "";
            //character = "";
          }//end while fileScan
        } catch (FileNotFoundException e){
          System.out.println("File not found, dig around for Mandrin.txt");
          System.exit(1);
        }//end catch
        System.out.println(character);
        System.out.println(definition);
      }//end main
    }//end class IlliteraminatorHi, i'm a first time programmer. Never touched programming until i took a Java class in university last semester. I am currently attempting to write a program to help me move away from my illiteracy in Mandrin. So, that's my code, and i am using Dr.Java while writing it. When i tested it out the output looked something like this v
    A p p l e
    M o n k e y C a t D o n k e y
    My input file is saved in Unicode. It contains letters that cannot be saved in ANSI. I tried UTF-8, but the interactions section showed no output...
    Is this just a problem with Dr.Java? Will i encounter a similar problem when i turn this into a GUI?
    The following is a copy and pasted version of the txt file i used as input. It is saved in the Unicode format.
    &#30340;[de] <grammatical particle marking genitive as well as simple and composed adjectives>; &#25105;* w&#466;de my; &#39640;* g&#257;ode high, tall; &#26159;* sh�de that's it, that's right; &#26159;...* sh�...de one who...; &#20182;&#26159;&#35828;&#27721;&#35821;*. T&#257; sh� shu&#333; H�ny&#468;de. He is one who speaks Chinese. [d�] &#30446;* m�d� goal [d�] true, real; *&#30830; d�qu� certainly
    &#19968;(A&#22777;)     [y&#299;] one, a little; &#31532;* d�-y&#299; first, primary; &#30475;*&#30475; k�ny&#299;k�n have a (quick) look at [y�] (used before tone #4); *&#20010;&#20154; y� g� r�n one person; *&#23450; y�d�ng certain; *&#26679; y�y�ng same; *&#26376;y�yu� January [y�] (used before tones #2 and #3); *&#28857;&#20799; y�di&#462;nr a little; *&#20123; y�xi&#275; some {Compare with &#24186;(F&#20040;) y&#257;o, which also means "one"}
    &#26159;     [sh�] to be, *&#19981;*? sh�bush�? is (it) or is (it) not?; *&#21542; sh�f&#466;u whether or not, is (it) or is (it) not?

    Sorry, but i do not understand this post at all... Can anyone explain it to me? Is he saying my IDE is running on something other than Unicode?
    PS: I tried one of the Scanner constructors that takes a charset parameter. That fixed the odd output! However, every Chinese character has been replaced with a question mark. (It was a series of weird characters before i used the constructor with a charset parameter.)

  • Performance of JEditorPane with unicode characters

    Hi,
    I'm using a JEditorPane to edit rather large (> 15000 words) but simple HTML files. Everyting is fine until I add even a single unicode character to the text with a character code higher than 255, like a Greek omega (\u03A9). With the unicode character the control starts to take an incredibly long time to redraw (sometimes minutes) when you resize it, for instance. The strangest thing is that removing the character again does not restore performance. Can anyone explain why this is happening?
    import javax.swing.*;
    import javax.swing.text.html.HTMLEditorKit;
    public class EditorPaneTest {
    public static void main(String[] args) {
    StringBuffer html = new StringBuffer();
    html.append("<html><body>");
    // Uncomment next line, run and resize frame to see problem
    // html.append("<p>\u03A9</p>");
    for (int i = 0; i < 2000; i++) {
    html.append("<p>Testing, testing, testing...</p>");
    html.append("</body></html>");
    JFrame jFrame = new JFrame("Test");
    jFrame.setSize(300, 300);
    JEditorPane jEditorPane = new JEditorPane();
    jEditorPane.setEditorKit(new HTMLEditorKit());
    jFrame.add(new JScrollPane(jEditorPane));
    jFrame.setDefaultCloseOperation(JInternalFrame.EXIT_ON_CLOSE);
    jFrame.setVisible(true);
    jEditorPane.setText(html.toString());
    }Any help would be much appreciated.
    Thanks,
    Rasmus

    In the meantime, I had to solve my problem one way or another, and the only thing that came up to my mind was to use JavaMail API.
    It is not quite what I was hoping for, because it doesn't provide opening of default e-mail client on local machine, but at least it can send e-mail with Unicode characters in the subjects line, recipient addresses, etc.
    Make a new message using JavaMail and then set it's properties in a fairly simple manner, like this:
    message.setSubject( MimeUtility.encodeText("+ ... some Unicode text with Cyrillic symbols ... +", "UTF-8", "B") );I'd still like to see if there are any suggestions on how to do the similar thing with java.awt.Desktop.
    Regards,
    PS

  • MediaSources doesn't support file name with asian(wide) charact

    I played a file with asian characters in Windows media player 0 and it played fine. I tried to play it with media source, it wouldn't even add it to the organizer much less play it. Is there a fix for this?
    Thanks
    Hua-Ying

    Go to Control Panel. Select "Date, Time, Language, and Regional Options". Select "Regional and Language Options". Select the Advanced setting page. Under "Language for non-Unicode programs", select the desired language.

  • One mail client's outgoing messages flagged as SPAM

    Hi again,
    I have a new problem that has cropped up. Our company is multi-location. 8 of our locations are able to relay outgoing mail through our mail server with no problems whatsoever. Since upgrading clamav, amavisd-new and spamassassin (thanks topicdesk.com!), I have one remote client for whom every outgoing message is flagged as Spam by spamassassin and bounced. Here is the output from our mail server:
    Content type: Spam
    Internal reference code for the message is 05499-02/NFMMwedgHcWi
    First upstream SMTP client IP address: [xx.xxx.xxx.153]
    adsl-xx-xxx-xxx-153.dsl.lgtpmi.sbcglobal.net
    According to a 'Received:' trace, the message apparently originated at:
    [xx.xxx.xxx.153], adsl-xx-xxx-xxx-153.dsl.lgtpmi.sbcglobal.net
    adsl-xx-xxx-xxx-153.dsl.lgtpmi.sbcglobal.net [xx.xxx.xxx.153]
    Return-Path: <[email protected]>
    From: Lansing <[email protected]>
    Message-ID: <[email protected]>
    X-Mailer: Apple Mail (2.1077)
    Subject: test
    The message has been quarantined as: spam-NFMMwedgHcWi.gz
    The message WAS NOT relayed to:
    <[email protected]>:
    554 5.7.0 Reject, id=05499-02 - SPAM
    SpamAssassin report:
    Spam detection software, running on the system "server.stores", has
    identified this incoming email as possible spam. The original message
    has been attached to this so you can view it (if it isn't spam) or label
    similar future email. If you have any questions, see
    [email protected] for details.
    Content preview: My Company of Lansing [email protected]
    (Deleted to protect privacy)
    Content analysis details: (8.2 points, 4.0 required)
    pts rule name description
    3.2 FHHELO_EQ_D_D_DD Helo is d-d-d-d
    -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1%
    [score: 0.0000]
    1.0 RDNS_DYNAMIC Delivered to internal network by host with
    dynamic-looking rDNS
    0.2 HELODYNAMICDHCP Relay HELO'd using suspicious hostname (DHCP)
    2.8 HELODYNAMICHCC Relay HELO'd using suspicious hostname (HCC)
    1.0 TONO_BRKTSDYNIP TONO_BRKTSDYNIP
    2.0 HELODYNAMICIPADDR Relay HELO'd using suspicious hostname (IP addr
    1)
    The only major difference in this location is that it's running a new Intel iMac with Snow Leopard. All the other clients are PPC's with Leopard.

    As it turns out, the problem was with the router configuration. Instead of having the computer on a private network behind the router, the computer was given the public IP address. I'm not sure how this relates to how the message and its header are interpreted by spamassassin, but reconfiguring the network and using NAT to allow incoming traffic to the computer seems to have resolved the problem.
    I would love for someone who knows about this stuff to respond, although technically my problem is resolved.
    Thanks for reading!

  • Mail message sent from PI comes with weird characters at Subject

    Hi folks,
    I've a Scenario where I must send a e-mail with some process data. To do that, I'm using emial Package to build the email Message.
    The email Package XML Looks like this:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <ns:email xmlns:ns="http://sap.com/xi/XI/emial/30">
    <Subject>HEY THIS IS JUST A LONG PLACEHOLDER SUBJECT TO HELP ME TO FIND OUT THE ISSUE OF MY MESSAGE</Subject>
    <From>sender</From>
    <To>rcpt</To>
    <Content_Type>multipart/mixed; boundary="--JrSnBoUnDaRy"</Content_Type><Content>----JrSnBoUnDaRy
    Content-Type: text/plain; charset=UTF-8
    Content-Disposition: inline
    Lorem Ipsum Dolor Sit ...
    </Content></ns:email>
    When the message arrives at my emialbox, the SUBJECT looks like this:
    "HEY THIS IS JUST A LONG PLACEHOLDER SUBJECT TO HELP ME TO FIND OUT THE I SSUE OF MY emial MESSAGE"
    Instead of:
    "HEY THIS IS JUST A LONG PLACEHOLDER SUBJECT TO HELP ME TO FIND OUT THE ISSUE OF MY emial MESSAGE"
    As you can see, there`s a "space" between the I and SSUE word. Looking closer at a Hex Editor I can see that I'm dealing with two special characters, first one LF (0xA) and later a TAB(0x9).
    Doing some test I've found out that it just happens at the 72th position of the Subject string.
    Is there any limitation for email fields while using email Package or Receiver email Adapter?
    Thanks in advance,
    José Nunes
    Edited by: Jose Nunes on Mar 11, 2010 1:39 AM

    Hi José,
    SMTP has a line length limit and any long header line needs to be split in multiple lines, where each subsequent line must start with a single TAB.
    It is strange that your mail client couldn't decode these multiple lines back to the original single line.
    It might be that the mail adapter did not split the original line into valid multiple lines.
    TCPGateway attached in the SOAP adapter note can capture the SMTP traffic and save it into a binary file.
    You can check if the mail adapter correctly did the splitting.
    This is not directly related to your issue. But you should avoid using the mail package if you have some format sensitive content. XML parsing inevitably changes the original physical representation (refer to whitespace handling in the XML specification). The issue can be avoided if the base64 encoding option is used within the content encoding. But you should switch to the adapter specific message attributes (ASMA) approach if you are configuring a new scenario.
    Best regards, Yza

  • The default priority setting in Mail is set to "normal"  and is causing emails I send to be sent with red priority flag. How can I set default priority to low = no flag?

    The default priority setting in Mail is set to "normal"  and is causing emails I send to be sent with red priority flag.
    I have found the flags to reduce the priorty level manually to "low Priorty", but how can I set default priority to low = no flag?
    Thank you for advising,

    Try deleting the .plist.
    Quit the application.
    In Finder hold down the option/alt key while selecting the Go menu item. Select Library. Then go to Preferences/com.apple.mail.plist. Move the .plist to your desktop.
    Open the application and test. If it works okay, delete the plist from the desktop. 
    If the application is the same, return the .plist to where you got it from, overwriting the newer ones.
    If you want to make your user library permanently visible, run the below command in Applications/Terminal.
    chflags nohidden ~/Library/
    You will need to do that after any updates.

  • Flag color sync in Apple Mail with Gmail and Yahoo?

    It appears that colored flags sync through iCloud for your @me.com email address. Is there a way to get the colored flags to sync across computers for a Yahoo or Google account? For example, if I flag an email in my Gmail account with a Green Flag on my Apple desktop computer in Apple Mail, is there a way to get the flag to show up as Green on my laptop in Apple Mail? Currently, the fact that the email is flagged syncs across computers and accounts, but not the particular color of the flag. Also, highlighting an email a certain color does not appear to sync, even for my @me.com account. And lastly, now that Apple has switched from Mobile Me to iCloud, they have given up Mail Rule syncing... is there a way to get my Apple Mail Rules to sync between computers? Thanks!

    Upon further investigation, I have determined that flag colors applied in Apple's Mail program DO sync through your iCloud @me.com email address AND through a Google gmail account. However, flag colors DO NOT sync through Yahoo. Email highlight colors DO NOT appear to sync through iCloud, Gmail, or Yahoo. If anyone figures out a way to enable any of these features that at the moment do not sync (flag color in Yahoo, highlight color, mail rules), please respond!

  • Spam ? icloud sorting out mails with specific url

    hi there,
    after playing around with mails my wife didnt receive in icloud account i found that icloud is surpressing mails with http://www.bbh-basketball.de/ in body text.
    That url is pointing to a website about basketball (german). No sex, no weapons , no whatever ....
    Any idea why this happens ?
    Knut.

    Hello Kehring,
    It sounds like you have a legitimate URL that you know is safe that is being filtered as Spam in iCloud Mail. Take a look at this information from the following article named:
    iCloud: Identifying and filtering junk mail
    http://support.apple.com/kb/ht4899
    Troubleshooting false-positives
    Due to the complexity of accurately detecting and filtering out junk mail, on rare occasions a legitimate email from a friendly source may be blocked from reaching your Inbox. This is called a false positive.
    If you feel that a legitimate email message was inadvertently filtered, you may want to ask your friend to send a follow-up email to verify that the issue exists. If you notice that multiple email messages are being delayed, bounced, or not delivered, contact iCloud Support. Also make sure to check your Junk folder for email messages that were incorrectly marked as junk mail. To check your Junk folder at iCloud.com, choose the Mail application and click the Junk folder in the sidebar. Email messages in the Junk folder are automatically deleted after 30 days.
    Thank you for using Apple Support Communities.
    Cheers,
    Sterling

Maybe you are looking for