<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -60,6 +60,8 @@ You can get the latest version of this package from our github account:
 
     $ git clone git://github.com/kovyrin/bounces-handler.git
 
+To run the script you'll need to install the following CPAN modules (at least): DBI, DBD::mysql, Mail::DeliveryStatus::BounceParser, Email::MIME.
+
 
 === 3. Set up your DB
 
@@ -83,6 +85,12 @@ Next step you need to do is to make your MTA forward all incoming bounces to you
 This file says your MTA to send all incoming emails for the 'bounces' user to the STDIN of the specified script. When this file is in place, you can test your configuration by sending your emails to this user and checking the result. When you're ready, make your MTA send all bounces to this user and let it start collecting blacklisted/dead/bad email addresses for you.
 
 
+== Feedback Loops Processing Script
+
+Along with the bounces handling script, we have a simple scaffold-like script to handle ISP's feedback loops emails (when they forward you all emails on which users clicked 'Report as Spam').
+
+To use this script, you need to do all the stuff I've explained above for the bounces-processor, but forward your feedback loops emails to the feedback-loop-processor.pl script.
+
 == Rails plugin
 
 Our Rails plugin has a few parts in it:</diff>
      <filename>README.rdoc</filename>
    </modified>
    <modified>
      <diff>@@ -3,14 +3,13 @@
 use strict;
 use Cwd;
 use File::Basename;
+use DBI;
+use Data::Dumper;
+use Email::MIME;
 
 our $SELF_DIR = dirname(Cwd::abs_path(__FILE__));
 require $SELF_DIR . '/lib/bounce_db.pm';
 
-use DBI;
-use Email::ARF::Report;
-use Data::Dumper;
-
 #-------------------------------------------------------------------------------
 
 our $mysql_host = 'localhost';</diff>
      <filename>email-processor/feedback-loop-processor.pl</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>02c44480c685b86b35bf43b2725ae5db74d8eebf</id>
    </parent>
  </parents>
  <author>
    <name>Alexey Kovyrin</name>
    <email>alexey@kovyrin.net</email>
  </author>
  <url>http://github.com/kovyrin/bounces-handler/commit/fa4bdd5c35a490318cabd73b6536d1f6ab5d5cac</url>
  <id>fa4bdd5c35a490318cabd73b6536d1f6ab5d5cac</id>
  <committed-date>2008-08-04T19:28:40-07:00</committed-date>
  <authored-date>2008-08-04T19:28:40-07:00</authored-date>
  <message>README adjustments for feedback loops</message>
  <tree>97129cb47738d89a0f19d0defbe6277efcd436ec</tree>
  <committer>
    <name>Alexey Kovyrin</name>
    <email>alexey@kovyrin.net</email>
  </committer>
</commit>
