[Mimedefang] mimedefang-2.52 and razor-agents-2.xx

Martin Blapp mb at imp.ch
Thu Jun 30 09:15:40 EDT 2005


Hi,

> for me it's working normally. I am running OpenBSD 3.7
> mimedefang 2.52
> razor_agents 2.40
>
>> Any one else seeing this and know the fix or have some
>> suggestions for me to look into?

Yes, razor_agents 2.62 has known bugs. Please upgrade to razor_agents 2.64
and add this fix (they managed to break spamassassin again with some debug 
output)

--- lib/Razor2/Client/Config.pm.orig    Thu Jun 30 12:02:22 2005
+++ lib/Razor2/Client/Config.pm Thu Jun 30 12:02:30 2005
@@ -41,13 +41,11 @@
          #
          $conf = $self->read_file($self->{razorconf},$defaults)
              unless ($self->{opt}->{create} && $self->{opt}->{config});
-        warn "0: " . $self->{opt}->{razorhome};
          if ($self->{opt}->{razorhome}) {
              $self->{computed_razorhome} = $self->{razorhome} = 
$self->{opt}->{razorhome};
          } else {
              $self->find_home($self->{opt}->{razorhome} || $conf->{razorhome});
          }
-        warn "1: " . $self->{razorhome};
      } else {

          $self->compute_razorconf();



More information about the MIMEDefang mailing list