Re: sed or awk replace a line containing Subject

From: Alan Connor (zzzzzz_at_xxx.yyy)
Date: 10/27/03

  • Next message: Walt R: "Re: Can a program make computer hardware out of order?"
    Date: Mon, 27 Oct 2003 01:59:05 GMT
    
    

    On 26 Oct 2003 17:25:13 -0800, Joseph <jcharth@hotmail.com> wrote:
    >
    >
    > Hi I am trying to write a script to scan some mail files for spam and
    > then replace the subject line.
    > can i do this with awk or sed.
    >
    > my mail file contains the line Subject: Happy Birthday
    > how can i write a bash script to replace all lines containig Subject:
    > to something like
    > Subject: SPAM
    > thanks.

    sed 's/Subject: Happy Birthday/Subject: SPAM/' inputfile > tempfile
    mv tempfile inputfile.

    Now what are you going to do with it?

    -- 
    Alan C
    Post validation at http://tinyurl.com/rv0y
    

  • Next message: Walt R: "Re: Can a program make computer hardware out of order?"

    Relevant Pages

    • sed or awk replace a line containing Subject
      ... Hi I am trying to write a script to scan some mail files for spam and ... can i do this with awk or sed. ... how can i write a bash script to replace all lines containig Subject: ... Subject: SPAM ...
      (comp.unix.questions)
    • Re: sed or awk replace a line containing Subject
      ... > Hi I am trying to write a script to scan some mail files for spam and ... > how can i write a bash script to replace all lines containig Subject: ... > Subject: SPAM ... You can go anywhere you want if you look serious and carry a clipboard. ...
      (comp.unix.questions)
    • Re: sed or awk replace a line containing Subject
      ... >> Hi I am trying to write a script to scan some mail files for spam and ... >> can i do this with awk or sed. ... > Subject: SPAM ...
      (comp.unix.questions)
    • Re: Form Security
      ... After all this, if no error message has been generated, the form contents are emailed to me. ... I'm no Linux guru, so I don't know what someone could do to cause problems with this script, other than spam me. ... What he's proposing is false security - which is worse than no security ...
      (comp.lang.php)
    • Spam stopper. (Was Re: "ABC Consumer Reports" doesnt recommend Linux)
      ... I just had a look at your spam stopping script, which is a little bit like ... Please don't send me html mail or un-notified attachments. ...
      (comp.os.linux.misc)