Junk email


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Junk email
# 1  
Old 08-07-2013
Junk email

Hello,

I am using a mailing statement in unix as follows

Code:
echo " Files are available at the designated FTP folder location \n \n $(ls *)"| mailx -m -s " files are available" X@y.com

But email is going to my junk folder instaed inbox. Can anyone pls advise..I need to get my email to Inbox.

Last edited by Scott; 08-07-2013 at 08:32 AM.. Reason: Please use code tags - and a more meaningful subject title
# 2  
Old 08-07-2013
Check inside your email program

Don't think it is related to the send command. Check you email program on the receiving end - sometimes simply marking something as 'no spam' will help it learn how to recognize the email as valid. Another trick is to add the 'sender' email address (what will appear as sender) to you address book at y.com
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Help me to remove junk char

I wanted to remove junk char in my csv. :mad: Input file format: "17","9986782190","0","D","2" "17","9900918331","0","D","2" "13","9986782194","0","A","2" Output file format 9986782190 9900918331 9986782194 And one more thing all the time "13"," this will be different Ex: . (2 Replies)
Discussion started by: Siddartha
2 Replies

2. Shell Programming and Scripting

how to avoid cron job output to send to the junk email folder?

Hi i created a cron job which invoke a shell script and output some content via email. Some times these output are sent to the junk email folder. i want these mails to be sent to inbox with some specific font. what i have to do? (4 Replies)
Discussion started by: vidhyaS
4 Replies

3. Shell Programming and Scripting

finding junk characters

Hi, Is there anyway to find the junk characters in a file.Consider the file has data as given below: 123|abc^M|Doctor^C #record 1 234|def|Med #record 2 345|dfg^C|Wrong^V #record 3 The junk characters are highlighted and this is a pipe delimited file. Is there anyway to... (20 Replies)
Discussion started by: ashwin3086
20 Replies

4. Shell Programming and Scripting

Some Junk contents.

Hai Masters, When i m trying to do comparing some 600 files of filename and size from server 1 with same from server 2. Server1: You when i m trying to do the following cmd. ls -lrt | awk '{ print $5,$9}' >arr.sql. This will print the filename & size of all the files in to file named... (2 Replies)
Discussion started by: ecearund
2 Replies

5. Shell Programming and Scripting

More Junk

............................................ ............................................ (0 Replies)
Discussion started by: hrachG
0 Replies

6. UNIX for Dummies Questions & Answers

Email ends with Junk Characters

I have written the following code ...to include the Subject, Message Body and Attachment with sendmail. When I send mail from my Unix account to diffrent mail servers like Yahoo , Hotmail etc..I recv the Message Body but there is no newline character at the end of each line.... Also I recv the... (5 Replies)
Discussion started by: Amruta Pitkar
5 Replies
Login or Register to Ask a Question