<?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 : Lost email quick help ...</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 : Lost email quick help ...]]></description>
  <pubDate>Fri, 05 Jun 2026 21:18:17 +0000</pubDate>
  <lastBuildDate>Mon, 04 Nov 2013 12:14:06 +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=7066</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[Lost email quick help ... :    I&amp;#039;m afraid I do not...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=7066&amp;PID=14532&amp;title=lost-email-quick-help#14532</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> 7066<br /><strong>Posted:</strong> 04 November 2013 at 12:14pm<br /><br /><div><span style="font-family: Verdana; line-height: normal;">I'm afraid I do not have good news. The settings in the SpamFilter.ini file had been configured with this value, which tells SpamFilter that emails rejected with a 4xx error code (which is what happened with Exchange) should *not* be queued for later delivery, and that an NDR (non-deliverable bounce) should be sent instead to the sender:</span></div><div><div style="font-family: Verdana; line-height: normal;"><br></div><div style="font-family: Verdana; line-height: normal;"><font color="#002e7a" size="1">QueueIfDestinationError400=0</font></div><div style="font-family: Verdana; line-height: normal;"><br></div><div style="font-family: Verdana; line-height: normal;">Unfortunately SpamFilter was encountering the same "<span style="color: rgb31, 73, 125; font-family: Calibri, sans-serif; font-size: 11pt;">&nbsp;</span><span style="color: rgb31, 73, 125; font-family: Calibri, sans-serif; font-size: 11pt;">4.3.1 Insufficient system resources</span>" problem when it was forwarding the NDR emails to your Exchange server for delivery, and thus the NDRs were never sent out.&nbsp;</div><div style="font-family: Verdana; line-height: normal;"><br></div><div style="font-family: Verdana; line-height: normal;">I also replied to you via email, and there I attached a .csv file with a list of all the emails that were not delivered due to that problem. I hope it helps you to notify the parties involved of what happened.</div><div style="font-family: Verdana; line-height: normal;"><br></div><div style="font-family: Verdana; line-height: normal;">I strongly recommend you revert that value in the SpamFilter.ini back to "1" so that in the future such emails will be queued so they can be delivered as soon as any Exchange problems are resolved. Also, in the SpamFilter.ini file there is this option available to specify a different SMTP server to use to send out NDR emails if desired in the future:</div><div style="font-family: Verdana; line-height: normal;"><br></div><div style="font-family: Verdana; line-height: normal;"><font color="#0042aa"><font size="1">;An alternate server for sending NDR (non-delivery) notification emails can be used. Leave the "NotificationSMTPServer" value blank to use the&nbsp;default destination SMTP server<br>NotificationSMTPServer=<br>NotificationSMTPServerPort=25</font><br></font>&nbsp;</div></div>]]>
   </description>
   <pubDate>Mon, 04 Nov 2013 12:14:06 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=7066&amp;PID=14532&amp;title=lost-email-quick-help#14532</guid>
  </item> 
  <item>
   <title><![CDATA[Lost email quick help ... :  vbourbeau,If the destination...]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=7066&amp;PID=14531&amp;title=lost-email-quick-help#14531</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> 7066<br /><strong>Posted:</strong> 04 November 2013 at 10:21am<br /><br />vbourbeau,<div><br></div><div><div>If the destination SMTP server is unavailable, offline, or rejects connection attempts with a 400 SMTP error code (which indicates a temporary error condition per RFC), then SpamFilter will by default queue the emails to be delivered, and will automatically re-attempt to deliver them every few minutes until the server is back online (by default it will retry forever). If the SMTP server instead rejects connections from SpamFilter with a 500 SMTP error code (which per RFC indicates a permanent error condition, such a non-existing user, mailbox full etc), then SpamFilter will not queue the email and will instead send a NDR to the sender to inform them of the problem.</div><div>&nbsp;</div><div>There are some settings in the SpamFilter.ini file which however can alter this default behavior:</div><div>&nbsp;</div><div><font size="1" color="#0000ff">;Determines if SpamFilter should hold in the queue emails that were rejected by the destination SMTP server with an error in the 4xy range</font></div><div><font size="1" color="#0000ff">QueueIfDestinationError400=1</font></div><div><font size="1" color="#0000ff">&nbsp;</font></div><div><font size="1" color="#0000ff">;Determines if SpamFilter should hold in the queue emails that were rejected by the destination SMTP server with an error in the 5xy range</font></div><div><font size="1" color="#0000ff">QueueIfDestinationError500=0</font></div><div><font size="1" color="#0000ff">&nbsp;</font></div><div><font size="1" color="#0000ff">&nbsp;;Number of hours SpamFilter will retry to deliver messages in queue to your destination SMTP server if it was unreachable. Enter 0 to try forever until back online.</font></div><div><font size="1" color="#0000ff">ExpireRetryQueueHours=0</font></div></div><div><br></div><div>From your post it's not possible to determine how your Exchange server was rejecting those emails. If you'd like to zip us SpamFilter's activity logfile for that day we'll be glad to help more. We'd also need the SpamFilter.ini file containing that day's settings as well, in case they were changed afterwards. You can email us the zip to support at logsat.com if the file is smaller than 8MB. If larger, I'll send you in a separate PM the credentials to upload it to our FTP site.</div><p style="margin: 0px; line-height: normal; font-family: Verdana;"><br></p>]]>
   </description>
   <pubDate>Mon, 04 Nov 2013 10:21:03 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=7066&amp;PID=14531&amp;title=lost-email-quick-help#14531</guid>
  </item> 
  <item>
   <title><![CDATA[Lost email quick help ... : Hi,I&amp;#039;ve got big problem....]]></title>
   <link>https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=7066&amp;PID=14530&amp;title=lost-email-quick-help#14530</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.logsat.com/spamfilter/forums/member_profile.asp?PF=1295">vbourbeau</a><br /><strong>Subject:</strong> 7066<br /><strong>Posted:</strong> 04 November 2013 at 9:53am<br /><br />Hi,<br /><br />I've got big problem. This weekend my email server (exchange 2010) stop receiving email because missing ressource for queuing process. Here the error message:<br />4.3.1 Insufficient system resources<br /><br />But when I fix the problem spamfilter don't release the queued email. As result no email for my client and no error reply for the sender. Nothing ... The only thing I have is the sender email address in the logs files.<br /><br />Is the email still somewhere? What can I do?<br /><br />my spamfiler version is 4.2.4.844<br /><br />Thank you.<br /><br /> <br /><br /><br />]]>
   </description>
   <pubDate>Mon, 04 Nov 2013 09:53:23 +0000</pubDate>
   <guid isPermaLink="true">https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=7066&amp;PID=14530&amp;title=lost-email-quick-help#14530</guid>
  </item> 
 </channel>
</rss>