SPAM shows in subject line of mail

On mail I recieve from one person it always reads ****SPAM**** in the subject line.  It does not show up as junk mail.  The person is a contact in my address book, so does anyone know how I can get the system to recognise that it's not SPAM?
Thanks for any assistance

It may actually be your mail server that is adding *JUNK* to your subject line and not Mail. For example, my school's server adds *SPAM* to mail it thinks is spam, and it gets delivered to my inbox like that. It's then up to me to decide what to do with it. If this is the case with you too, I'm not sure if there's anything simple you can do about it on your end. If the messages being marked with *JUNK* are actually junk, I suppose you could just add a rule that sends those messages to your junk folder; if they're not junk, it may be something you have to just deal with.
Of course this may not be what you are experiencing at all

Similar Messages

  • When I send an email to someone it always says SPAM in the subject line. I know this because I "c.c." the message to myself and it says SPAM. How to stop this?

    When I send a email to someone it always says SPAM in their subject line. I know this because I "cc" or b.c.c myself on important messages and when the "cc" or "bcc" comes back, it will say [SPAM] in front of whatever else I had written in the subject line to the intended recipient. How can I stop the word SPAM from showing up in the subject line of my own outgoing messages? I don't want the recipient delete my message thinking it is spam. Help!

    Could you check whether [SPAM] appears on the subject line if you view your messages directly on the server (for example, using a webmail page in your web browser)? This will help distinguish an accusation coming from a web server vs. any spam filter you may have installed on your computer that examines the mail while Thunderbird retrieves it.

  • Automatically inserting Julian Date (yyD) in subject line in Mail

    Problem: I would like to automatically insert at the beginning of the Subject line in a new Mail message, a Julian Date, eg. 06277. The suffix to this date (yyD) is /n (where n is the sequential number commencing at 0001hrs for the given day (D).
    Question: How do I achieve this? AppleScript or Automator? Further, what is either the script or the automator commands?

    Hi Jeffrey
    I've emailed the full script to you, so make sure it doesn't end up inyour Junk Mail.
    Just so that others, can see, the script is;
    set jDay to do shell script "date +%j"
    set jYear to do shell script "date +%y"
    set theSubject to jYear & jDay
    tell application "Mail"
    set theNewMessage to make new outgoing message with properties {subject:theSubject}
    tell theNewMessage
    -- Default is false. Determines whether the compose window will
    -- show on the screen or whether it will happen in the background.
    set visible to true
    end tell
    end tell
    (Now you can give me a star)
    G5 DP 1.8Mhz   Mac OS X (10.4.7)   1Gb RAM, 2x 149Gb HDs, LinkSys router, EyeTV 410

  • Alter subject line in mail sent to candidate.

    Hi all,
      i have a requirement in sap e-recruitment to customise the  smartform  for acknowledging candidate application.
    i am using HRRCF_CS_IT_APPL_INVITATION as the reference  for my custom form.
    This smartform is sent to the candidate via email. The subject line is automatically picked up from the Smartform ->formattribute-> meaning field.   teh problem is that this  field is restricted to 30 characters only.
    Is there an enhancement or a note available through which i can alter the subject line(have a longer subject line)  of the mail?
    my system details are : sap ECC 6.0   E-recruit release 604   level 004  highest support SAPK-60404INERECRUIT
    Thanks.

    Hi,
    many customers want to change the standard subject creation. The implemented logic to get the email subject from the smartform is just not practical as it is not only too short but also smartforms are described in a way the recruiters and devlopers like for easy handling e.g. "rejection - candidate blacklisted" and you probably do not want this to be the mailheader the candidate reads :o).
    The easiest way to change the subject is enhancing the method set_subject of class CL_HRRCF_CS_DOC_CAT_SF_SUPER. I usually place an implicit enhancement at the methods end and add the coding I need, so it overwrites the standard processings. In simple cases customers use a fixed but language dependent subject like "Your application at company xyz". But you can also put more complex stuff there by using the activity member attribute to get activity types or navigate to read requisition data.
    Kind regards
    Roman

  • Problem marking spam/junk in subject line tag

    I've set up a mail server on 10.5.2 and it all seems to work fine but I'm having trouble with the junk mail filters.
    I'd like to have junk mail delivered to the user with header lines indicating the SpamAssasin scores and the subject line tagged. The Server Admin tool indicates that this should be easy; just select "Junk mail messages should be: Delivered" and tick the "Attach subject tag:" box. The problem is that when I do this the mail does NOT get delivered; it gets parked in /var/virusmails and left there. The mails archived there do have the SpamAssassin header lines added, but I would like to have those mails Delivered, as I had selected in the ServerAdmin window.
    I've not set up any unusual configurations; the only thing I've set up by hand is to enable Sieve on the Cyrus IMAP server, which is down-stream of the postfix mail delivery so it shouldn't make any difference. The system was a clean install of 10.5 ungraded to 10.5.2 before I set the mail system up. Anyone have any ideas what the problem might be?

    Receiving it tells the spammers nothing except, if they are monitoring their error messages (if sending from a hacked robot machine, they may not be), that it is a valid email address.
    While it sits, unread, in your junk box, it can do you no harm.
    AK

  • What does the "To" in a rounded rectangle mean on the subject line of Mail?

    Just wondering what the "To" in a rounded rectangle means on the subject line of iPad Mail. It's on nearly all my messages!! Really bugging me.
    Cheers!
    Tom Adams

    Cheers!! I turned that setting on thinking it displayed those fileds when typing a new message, rather than having to press details.
    Fab! Cheers all!
    Tom Adams

  • Spaces in subject line causing mail servlet to brake

    Hi,
    I am working with cocoon, tomcat and xml/xsl/xsp. I have the mail servlet which works fine with html form always. However in the xml page if I put spaces in subject line or the text body, I am getting IOExcpetion. I
    don't get any error if my subject and body text is one long word. Please help.
    Here is the code for my XSP page
    <?xml version="1.0"?>
    <?cocoon-process type="xsp"?>
    <?cocoon-process type="xslt"?>
    <?xml-stylesheet href="Station.xsl" type="text/xsl"?>
    <xsp:page language="java" xmlns:xsp="http://www.apache.org/1999/XSP/Core"
    xmlns:util="http://www.apache.org/1999/XSP/Util">
    <xsp:structure>
    <xsp:include>java.lang.*</xsp:include>
    <xsp:include>java.util.*</xsp:include>
    <xsp:include>java.io.*</xsp:include>
    </xsp:structure>
    <page>
    <xsp:logic>
    String From,sub,body;
    From = request.getParameter("From");
    sub = request.getParameter( "Subject");
    body = request.getParameter("Body");
    String x= "http://localhost:8080/kong/servlet/GSMailServlet?command=send&to=aj&from="+ From+"&subject=" sub "&text=" +body;
    </xsp:logic>
    <util:include-uri>
    <util:href>
    <xsp:expr>x</xsp:expr>
    </util:href>
    </util:include-uri>
    </page>
    </xsp:page>

    Thanks for the suggestion. But When I tried using URLEncoder I got the output like this:
    {http%3A%2F%2Flocalhost%3A8080%2Fkong%2Fservlet%2FGSMailServlet%3Fcommand%3Dsend%26to%3Daj%26from%3Daj%26subject%3Drest+gfdfg%26text%3Dggfd+gfg: java.net.MalformedURLException: no protocol: http%3A%2F%2Flocalhost%3A8080%2Fkong%2Fservlet%2FGSMailServlet%3Fcommand%3Dsend%26to%3Daj%26from%3Daj%26subject%3Drest+gfdfg%26text%3Dggfd+gfg}
    Since Cocoon is doing the parsing I don't have the control over it. How do I solve this problem. Please help

  • TS1506 i cant view all the the  email when downloaded  it shows the subject line only

    when i recieve a new email with attachment i  cant see the attachment i have to reply and then scroll down to view the emaiil and attchment can any tell me what has went wrong. thanks

    Welcome to the Apple Community.
    Apple only claim to offer 3 backups.

  • Mail: Outgoing emails have 'Possible Spam' in subject line.

    When I send emails using Mail they are received with 'Possible Spam' added to the subject line. Of course they are not received at all by some providers like Yahoo, gmail and hotmail, also some others. I think it is a Mail problem because it does not happen when I use my provider's webmail rather than Mail. Help?

    Who is your email provider? If your email is received by some people with the words "Possible Spam" in the Subject line, that's done by their email provider; it has nothing to do with Mail or Mac OS X. And if your email is being blocked by Yahoo! Mail, Gmail and Hotmail, that's something they are controlling. For some reason they may have blacklisted the domain of your provider for being a known sender of spam in the past.
    The only way to cure that problem is to have your email provider contact the other email providers and try to get them to take you off their list of blocked or questionable domains.
    Mulder

  • Issues in Swedish mail notification subject line

    Hi team,
    I have created one concurrent program which run on daily basis to send notification about employee contract expiration to their manager before 30 days.
    I should send mail into swedish language. I am facing one issue into this.
    I have compiled program correctly with Swedish as machine langage and i am able to see appropriate mail format in my package body.
    But i receive mail notification, the mail body is in swedish language but mail subject removed the swedish characters.
    Please check below details:
    Apps : 12.1.3
    Database : 11g
    Responsiblity Name: HR Professional
    Swedish Subject line in Code : HRMS System Varning: Anställningskontrakt löper ut om 28 dagar
    Swedish Subject line in mail notification : HRMS System Varning: Anstallningskontrakt loper ut om 28 dagar
    Sweidish Mail body in code : Observera att gällande anställningskontrakt för löper ut den
    Swedish Subject in mail notification : Observera att gällande anställningskontrakt för löper ut den
    I tried following approch:
    1. I passed direct subject line to P_Subject parameter.
    2. I assigned subject line to l_subject and then passed value l_subject to P_subject .
    in both cases, i am getting wrong output. Kindly check and let me know if anything is required from my side.
    Thanks in advance.
    Regards,
    Basaw

    Hi Friend,
    Thanks for quick reply.
    It is not showing any garbage value or squares anything.
    It is just removing swedish characters. Please check below:
    Sweidish Mail body in code : HRMS System Varning: Anställningskontrakt löper ut om 28 dagar
    Swedish Subject in mail notification : HRMS System Varning: Anstallningskontrakt loper ut om 28 dagar
    If you see closely, in word Anställningskontrak and löpe, it is removied a and o which are special values in swedish characters.

  • String "iso-8859-1" found in subject line of java mail API(when German char

    We have written a mail client using java mail API and it works fine. Some body sends the email with subject line contains German chars(using some other mail client like outlook)
    and our mail client is running on the machine whose Local has been set 'German'.
    Now, while getting the subject line
    Javax.mail.Message email; //local variable
    // some how I am intializing email.
    String str = email.getSubject();
    the value of str returns "Bitte die 4 Items I�schen. Kein Bedarf. Ich kann die=?iso-8859-1?Q?_L=F6schung_nic?="
    but actual value subject line was "Bitte die 4 Items I�schen. Kein Bedarf. Ich kann die L�schung nic"
    So '�' char was repalced by some arbit chars.
    Moreover, Charset.defaultCharset().name() returns 'windows-1252'
    Please suggest me how I can get the actual subject line
    Thanks
    -Sanjeev

    http://forum.java.sun.com/thread.jspa?threadID=741111&messageID=4250621
    visit it
    by ghanshyam

  • Creating truly custom mail rule - Subject line word length?

    hey, first post... i am noting tons of spam where the subject line is one long mess consisting of junk words. There is no custom rule category allowing me to set something similar to:
    if SubjectLine has word with length >20 Junk It..
    Until Apple catches up to spammers and gives that to us, can anyone help me perhaps do this sort of thing? thanks, drew..

    i solved this myself and can be contacted privately for the answer..

  • Why is "[SPAM]" being added to the subject line on all my sent emails? see below

    [SPAM] Fwd: Help your friends recognize you

    Thunderbird does not use the word spam or modify subject lines. Look at your antivirus, and spam software or your providers spam filters.

  • I can't see my Gmail messages or attachments in Firefox, only the subject line, but I can in IE or when accessing from my Android.

    I use Firefox 7.0.1 on my desktop using Windows 7. As of yesterday I can no longer view my messages in Gmail when I click on them using Firefox. A window comes up, but it just shows the subject line, not the rest of the message. I can see them in Outlook, and I can see them in Gmail from IE or from my Android.

    This is only happening on my e-mail account, My mail will open in Explorer fine, but in Firefox it only shows the subject, it shows the rest of the message in a separate tab if I try to print the message.
    My wife was able to open her gmail on a separate tab, and hers loaded just fine, subject and the rest of the message but on mine, I can only see the message and the Google adds, grrrrr please help!!! is this an Issue with Gmail???

  • Removing Text From Incoming Subject Line

    My ISP automatically adds "*SPAM*" to the subject line of e-mails it suspects of being spam. It's a great feature, but as can be expected, sometimes it marks a message that isn't spam. Is there a way to automatically remove the tag from e-mails that meet certain criteria, i.e.: the sender is a previous recipient?

    Mail doesn't allow any editing of received messages. Mail Tags may be able to help, but I don't think so.
    AK

Maybe you are looking for

  • How can i return back from album screen to iTunes homepage using the trackpad with Lion??

    Ciao all, Seems the funcion is not available anymore in Lion. I used to slide 2 fingers on the trackpad in Snow Leopard. Thanks for your replay...and happy holidays Oricap10

  • Ipod Touch 4th Gen doesn't see my WIFI network.

    I recently erased the ipod and set up as a new ipod (regifted to my daughter) and updated to 6.1.5.  It does not find my network now after the update.  All my other devices connect no issue, as did this ipod before the erase & update.  As a side note

  • Windows 7 ultimate 64-bit boot camp issues...

    Whats up guys? So here is my problem: I installed windows 7 ultimate 64-bit on my macbook. The install went great and everything works like a charm except my headphone jack is red, and i have no audio, and no wifi. I installed 3.0 drivers from my Mac

  • Won't boot anymore but in safe mode

    My laptop won't boot anymore. I get a gray screen with a prohibition sign. Here's what I found so far: If I boot in the verbose mode it gets stuck on something like Looking for boot device. I zapped the PRAM. Didn't help. I can boot in safe mode. I u

  • Can we receive goods before the delivery date

    Hi all Can we receive goods before the delivery date i.e. PO is created on 10/04/2008 and in the PO delivery date is given as 14/04/2008. But if the vendor sends me material on 12/04/2008 system allows me to post the material. Is there any settings t