<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Spam Filter ISP Forums : Feature for the next new version?</title>
  <link>https://www.logsat.com/spamfilter/forums/</link>
  <description><![CDATA[This is an XML content feed of; Spam Filter ISP Forums : Spam Filter ISP Support : Feature for the next new version?]]></description>
  <pubDate>Wed, 12 Aug 2026 10:22:20 +0000</pubDate>
  <lastBuildDate>Fri, 03 Oct 2003 10:01:00 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.logsat.com/spamfilter/forums/RSS_post_feed.asp?TID=1912</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Spam Filter ISP Forums]]></title>
   <url>https://www.logsat.com/spamfilter/forums/forum_images/web_wiz_forums.png</url>
   <link>https://www.logsat.com/spamfilter/forums/</link>
  </image>
  <item>
   <title><![CDATA[Feature for the next new version? : Thanks ]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1912&amp;PID=2135&amp;title=feature-for-the-next-new-version#2135</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 1912<br /><strong>Posted:</strong> 03 October 2003 at 10:01am<br /><br />Thanks]]>
   </description>
   <pubDate>Fri, 03 Oct 2003 10:01:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1912&amp;PID=2135&amp;title=feature-for-the-next-new-version#2135</guid>
  </item> 
  <item>
   <title><![CDATA[Feature for the next new version? : Steve, That feature has been...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1912&amp;PID=2132&amp;title=feature-for-the-next-new-version#2132</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=8">LogSat</a><br /><strong>Subject:</strong> 1912<br /><strong>Posted:</strong> 03 October 2003 at 12:30am<br /><br /><P>Steve,</P><P>That feature has been added to the new 2.0 version that will hopefully be released in a month or two. It's not yet available in the 1.2.x builds.</P><P>Roberto F.<BR>LogSat Software</P>]]>
   </description>
   <pubDate>Fri, 03 Oct 2003 00:30:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1912&amp;PID=2132&amp;title=feature-for-the-next-new-version#2132</guid>
  </item> 
  <item>
   <title><![CDATA[Feature for the next new version? : Hi Robert, Did you and your team...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1912&amp;PID=2129&amp;title=feature-for-the-next-new-version#2129</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 1912<br /><strong>Posted:</strong> 02 October 2003 at 9:26pm<br /><br /><P>Hi Robert,</P><P>Did you and your team get a chance to include my request.</P><P>Thanks</P>]]>
   </description>
   <pubDate>Thu, 02 Oct 2003 21:26:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1912&amp;PID=2129&amp;title=feature-for-the-next-new-version#2129</guid>
  </item> 
  <item>
   <title><![CDATA[Feature for the next new version? : Daniel, I tend to agree with...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1912&amp;PID=1959&amp;title=feature-for-the-next-new-version#1959</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=22">Desperado</a><br /><strong>Subject:</strong> 1912<br /><strong>Posted:</strong> 12 September 2003 at 12:55am<br /><br /><P>Daniel,</P><P>I tend to agree with George below.&nbsp; As to sorting, all that can be done in the ASP code. In you "ListSpam.asp" file, You can expand the sort options to any extent you want ...</P><P>Example:</P><FONT size=2><P>&nbsp;Select Case order_By<BR>&nbsp;&nbsp;Case "EmailTo"<BR>&nbsp;&nbsp;&nbsp;order_By = "EmailTo, MsgDate, Subject, EmailFrom, RejectDetails"<BR>&nbsp;&nbsp;Case "Subject"<BR>&nbsp;&nbsp;&nbsp;order_By = "Subject, MsgDate, EmailFrom, EmailTo, RejectDetails"<BR>&nbsp;&nbsp;Case "EmailFrom"<BR>&nbsp;&nbsp;&nbsp;order_By = "EmailFrom, MsgDate, EmailTo, Subject, RejectDetails"<BR>&nbsp;&nbsp;Case "Domain"<BR>&nbsp;&nbsp;&nbsp;order_By = "Domain, MsgDate, EmailTo, Subject, RejectDetails"<BR>&nbsp;&nbsp;Case "MsgDate"<BR>&nbsp;&nbsp;&nbsp;order_By = "MsgDate, EmailFrom, Subject, EmailTo, RejectDetails"<BR>&nbsp;&nbsp;Case "RejectDetails"<BR>&nbsp;&nbsp;&nbsp;order_By = "RejectDetails, MsgDate, EmailFrom, Subject, EmailTo"<BR>&nbsp;&nbsp;Case "DESC-MsgDate"<BR>&nbsp;&nbsp;&nbsp;order_By = "MsgDate DESC, EmailFrom, Subject, EmailTo, RejectDetails"<BR>&nbsp;End Select</P><P><BR>Then, one query may look like the following ... NOTE the first line ... it sorts like you asked about:</P><P>&nbsp;If (Field = "tofield") Then<BR>&nbsp;&nbsp;SQL = "SELECT SUBSTRING(EmailFrom, CHARINDEX(<A HREF="mailto:'@'" CLASS="ASPForums" TITLE="WARNING: URL created by poster. ">'@'</A>, EmailFrom) + 1, 100) AS Domain, QuarID, EmailFrom, Subject, MsgDate, MsgID, RejectDesc,&nbsp; RejectDetails, EmailTo "<BR>&nbsp;&nbsp;SQL = SQL &amp; "FROM tblQuarantine, tblRejectCodes "<BR>&nbsp;&nbsp;SQL = SQL &amp; "WHERE EmailTo LIKE '%" + Replace(SearchQuery, "'", "''") + "%' "<BR>&nbsp;&nbsp;SQL = SQL &amp; "AND (Deliver &lt;&gt; 1) "<BR>&nbsp;&nbsp;SQL = SQL &amp; "AND (Expire &lt;&gt; 1) "<BR>&nbsp;&nbsp;SQL = SQL &amp; "AND (tblQuarantine.RejectID = tblRejectCodes.RejectID) "<BR>&nbsp;&nbsp;If SearchSpan = 1 Then<BR>&nbsp;&nbsp;&nbsp;SQL = SQL &amp; "AND (MsgDate &gt;= DATEADD(hour,-1,getdate())) "<BR>&nbsp;&nbsp;End If<BR>&nbsp;&nbsp;If SearchSpan = 4 Then<BR>&nbsp;&nbsp;&nbsp;SQL = SQL &amp; "AND (MsgDate &gt;= DATEADD(hour,-4,getdate())) "<BR>&nbsp;&nbsp;End If<BR>&nbsp;&nbsp;If SearchSpan = 8 Then<BR>&nbsp;&nbsp;&nbsp;SQL = SQL &amp; "AND (MsgDate &gt;= DATEADD(hour,-8,getdate())) "<BR>&nbsp;&nbsp;End If<BR>&nbsp;&nbsp;If SearchSpan = 24 Then<BR>&nbsp;&nbsp;&nbsp;SQL = SQL &amp; "AND (MsgDate &gt;= DATEADD(hour,-24,getdate())) "<BR>&nbsp;&nbsp;End If<BR>&nbsp;&nbsp;SQL = SQL &amp; "ORDER BY " &amp; order_By<BR>&nbsp;&nbsp;Set rs = con.Execute(SQL)<BR>&nbsp;&nbsp;RecordCount = rs.RecordCount<BR>&nbsp;End If</P><P><BR>I have a lot more going on so this will not work directly in you code but you can get the idea.</P><P>Dan S.<BR></P></FONT>]]>
   </description>
   <pubDate>Fri, 12 Sep 2003 00:55:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1912&amp;PID=1959&amp;title=feature-for-the-next-new-version#1959</guid>
  </item> 
  <item>
   <title><![CDATA[Feature for the next new version? : This is stuff that can be done...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1912&amp;PID=1955&amp;title=feature-for-the-next-new-version#1955</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 1912<br /><strong>Posted:</strong> 11 September 2003 at 11:07pm<br /><br /><P>This is stuff that can be done through the web using a little asp code to make the queries. If SpamFilter keeps getting bigger due to all of the wish list items it is going to get more system intensive and the price for it is going to have go up due to the cost of addtional programming and development.</P><P>If I were to make a wish list add on it would be that all of the admin GUI be through the&nbsp;web. This would get around the issue of either having to&nbsp;use&nbsp;terminal services or some other third party remote access program. Since a good part of the program is using web/database already it wouldn't be too far off to go all the way and just make the service with out the gui or make it work both ways. Many of the current server applications for ISP's have web interfaces. Going&nbsp;with a web GUI will be a step in the right direction towards a multi-platform SpamFilter.</P><P>Just my two and a half cents worth.</P><P>&nbsp;</P><P>g</P>]]>
   </description>
   <pubDate>Thu, 11 Sep 2003 23:07:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1912&amp;PID=1955&amp;title=feature-for-the-next-new-version#1955</guid>
  </item> 
  <item>
   <title><![CDATA[Feature for the next new version? : How about an option to sort quarantined...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1912&amp;PID=1948&amp;title=feature-for-the-next-new-version#1948</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 1912<br /><strong>Posted:</strong> 11 September 2003 at 9:49am<br /><br />How about an option to sort quarantined email by domain (after the @)]]>
   </description>
   <pubDate>Thu, 11 Sep 2003 09:49:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1912&amp;PID=1948&amp;title=feature-for-the-next-new-version#1948</guid>
  </item> 
  <item>
   <title><![CDATA[Feature for the next new version? : Okay, I did not know it was that...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1912&amp;PID=1933&amp;title=feature-for-the-next-new-version#1933</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 1912<br /><strong>Posted:</strong> 10 September 2003 at 9:50am<br /><br /><P>Okay, I did not know it was that complicated of a change.</P><P>I will be&nbsp;watching for the next build.</P><P>Thanks</P>]]>
   </description>
   <pubDate>Wed, 10 Sep 2003 09:50:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1912&amp;PID=1933&amp;title=feature-for-the-next-new-version#1933</guid>
  </item> 
  <item>
   <title><![CDATA[Feature for the next new version? : Unfortunately that is not as simple...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1912&amp;PID=1929&amp;title=feature-for-the-next-new-version#1929</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=8">LogSat</a><br /><strong>Subject:</strong> 1912<br /><strong>Posted:</strong> 09 September 2003 at 6:38pm<br /><br /><P>Unfortunately that is not as simple as it seems. The "mail from" is checked as soon as the remote server sends the MAIL FROM command, <EM>before</EM> any data is sent. The "Reply-To" header is sent with the data, so the "mail from" filter does not know about the "Reply-to" header yet.</P><P>Changing the inner workings of this behavior is not something we want to undertake at the moment, so for now the most we can do is to have the regular keyword filter scan for that header.</P><P>Roberto</P>]]>
   </description>
   <pubDate>Tue, 09 Sep 2003 18:38:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1912&amp;PID=1929&amp;title=feature-for-the-next-new-version#1929</guid>
  </item> 
  <item>
   <title><![CDATA[Feature for the next new version? : Thanks Roberto. Instead of the...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1912&amp;PID=1928&amp;title=feature-for-the-next-new-version#1928</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 1912<br /><strong>Posted:</strong> 09 September 2003 at 5:56pm<br /><br /><P>Thanks Roberto.</P><P>Instead of the keyword filter could you add it to the from-email filter?</P><P>Thanks again.</P>]]>
   </description>
   <pubDate>Tue, 09 Sep 2003 17:56:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1912&amp;PID=1928&amp;title=feature-for-the-next-new-version#1928</guid>
  </item> 
  <item>
   <title><![CDATA[Feature for the next new version? : Steve, Thanks for the request....]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1912&amp;PID=1926&amp;title=feature-for-the-next-new-version#1926</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=8">LogSat</a><br /><strong>Subject:</strong> 1912<br /><strong>Posted:</strong> 09 September 2003 at 5:50pm<br /><br /><P>Steve,</P><P>Thanks for the request. We can add it to the list of fields currently being checked by the existing keywords filter. That should be simple enough that we can probably include it in the next build to be released within a few days.</P><P>Roberto F.<BR>LogSat Software</P>]]>
   </description>
   <pubDate>Tue, 09 Sep 2003 17:50:00 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=1912&amp;PID=1926&amp;title=feature-for-the-next-new-version#1926</guid>
  </item> 
 </channel>
</rss>