<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: subject line blocking in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/subject-line-blocking/m-p/3540456#M17463</link>
    <description>I believe spamassassin can accomplish the task.&lt;BR /&gt;&lt;BR /&gt;I would get the package from yum, but here is a link anyway.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://rpmfind.net/linux/redhat/9/en/os/i386/SRPMS/spamassassin-2.44-11.8.x.src.rpm" target="_blank"&gt;ftp://rpmfind.net/linux/redhat/9/en/os/i386/SRPMS/spamassassin-2.44-11.8.x.src.rpm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 09 May 2005 10:03:38 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-05-09T10:03:38Z</dc:date>
    <item>
      <title>subject line blocking</title>
      <link>https://community.hpe.com/t5/operating-system-linux/subject-line-blocking/m-p/3540455#M17462</link>
      <description>I have installed Redhat 9.0 with sendmail on one of my server. It seems to be working fine.&lt;BR /&gt;&lt;BR /&gt;I would like to block a mail with a specific subject line"hi" . Could anyone help me with a detailed idea.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Mon, 09 May 2005 09:59:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/subject-line-blocking/m-p/3540455#M17462</guid>
      <dc:creator>manish_27</dc:creator>
      <dc:date>2005-05-09T09:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: subject line blocking</title>
      <link>https://community.hpe.com/t5/operating-system-linux/subject-line-blocking/m-p/3540456#M17463</link>
      <description>I believe spamassassin can accomplish the task.&lt;BR /&gt;&lt;BR /&gt;I would get the package from yum, but here is a link anyway.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="ftp://rpmfind.net/linux/redhat/9/en/os/i386/SRPMS/spamassassin-2.44-11.8.x.src.rpm" target="_blank"&gt;ftp://rpmfind.net/linux/redhat/9/en/os/i386/SRPMS/spamassassin-2.44-11.8.x.src.rpm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 09 May 2005 10:03:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/subject-line-blocking/m-p/3540456#M17463</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-05-09T10:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: subject line blocking</title>
      <link>https://community.hpe.com/t5/operating-system-linux/subject-line-blocking/m-p/3540457#M17464</link>
      <description>Spamassasin would be a right candidate for this.&lt;BR /&gt;&lt;BR /&gt;Following link provides step by step guide for spamassassin installation and configuration&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.stearns.org/doc/spamassassin-setup.current.html" target="_blank"&gt;http://www.stearns.org/doc/spamassassin-setup.current.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;one more link:&lt;BR /&gt;&lt;A href="http://spamassassin.apache.org/doc.html" target="_blank"&gt;http://spamassassin.apache.org/doc.html&lt;/A&gt;</description>
      <pubDate>Mon, 09 May 2005 10:16:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/subject-line-blocking/m-p/3540457#M17464</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-05-09T10:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: subject line blocking</title>
      <link>https://community.hpe.com/t5/operating-system-linux/subject-line-blocking/m-p/3540458#M17465</link>
      <description>You can also use procmail as a tool to filter junk mail&lt;BR /&gt;&lt;BR /&gt;see man procmail</description>
      <pubDate>Tue, 10 May 2005 04:16:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/subject-line-blocking/m-p/3540458#M17465</guid>
      <dc:creator>Laurent Laperrousaz</dc:creator>
      <dc:date>2005-05-10T04:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: subject line blocking</title>
      <link>https://community.hpe.com/t5/operating-system-linux/subject-line-blocking/m-p/3540459#M17466</link>
      <description>Hi manish,&lt;BR /&gt;&lt;BR /&gt;I use spamcop:&lt;BR /&gt;Add the following line to your config.m4 &lt;BR /&gt;FEATURE(`dnsbl', `bl.spamcop.net', `"Spam blocked see: &lt;A href="http://spamcop.net/bl.shtml?" target="_blank"&gt;http://spamcop.net/bl.shtml?&lt;/A&gt;"$&amp;amp;{client_addr}')dnl &lt;BR /&gt;Or for later versions: &lt;BR /&gt;FEATURE(`enhdnsbl', `bl.spamcop.net', `"Spam blocked see: &lt;A href="http://spamcop.net/bl.shtml?" target="_blank"&gt;http://spamcop.net/bl.shtml?&lt;/A&gt;"$&amp;amp;{client_addr}', `t')dnl &lt;BR /&gt;Re-compile your sendmail.cf from the config.m4 &lt;BR /&gt;Re-start sendmail &lt;BR /&gt;&lt;BR /&gt;Cheerio,&lt;BR /&gt;&lt;BR /&gt;Renarios</description>
      <pubDate>Tue, 10 May 2005 05:53:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/subject-line-blocking/m-p/3540459#M17466</guid>
      <dc:creator>renarios</dc:creator>
      <dc:date>2005-05-10T05:53:44Z</dc:date>
    </item>
  </channel>
</rss>

