cvs commit: qpsmtpd/lib Qpsmtpd.pm

[email protected] (Ask "Bj?rn" Hansen)
Newsgroups perl.cvs.qpsmtpd
Message-ID <[email protected]>
cvsuser     04/03/11 01:27:31

  Modified:    plugins  Tag: branch_0_27 spamassassin
               .        Tag: branch_0_27 Changes
               lib      Tag: branch_0_27 Qpsmtpd.pm
  Log:
    SpamAssassin plugin Outlook compatibility fix (Thanks to Gergely Risko)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.7.2.1   +1 -0      qpsmtpd/plugins/spamassassin
  
  Index: spamassassin
  ===================================================================
  RCS file: /cvs/public/qpsmtpd/plugins/spamassassin,v
  retrieving revision 1.7
  retrieving revision 1.7.2.1
  diff -u -w -r1.7 -r1.7.2.1
  --- spamassassin	5 Mar 2004 09:12:20 -0000	1.7
  +++ spamassassin	11 Mar 2004 09:27:30 -0000	1.7.2.1
  @@ -157,6 +157,7 @@
   
     }
     my $tests = <SPAMD>;
  +  $tests =~ s/\015//;  # hack for outlook
     $flag = $flag eq 'True' ? 'Yes' : 'No';
     $self->log(6, "check_spam: finished reading from spamd");
   
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.62.2.2  +5 -0      qpsmtpd/Changes
  
  Index: Changes
  ===================================================================
  RCS file: /cvs/public/qpsmtpd/Changes,v
  retrieving revision 1.62.2.1
  retrieving revision 1.62.2.2
  diff -u -w -r1.62.2.1 -r1.62.2.2
  --- Changes	11 Mar 2004 04:08:00 -0000	1.62.2.1
  +++ Changes	11 Mar 2004 09:27:30 -0000	1.62.2.2
  @@ -1,3 +1,8 @@
  +0.27 - 2004/03/11
  +
  +  SpamAssassin plugin Outlook compatibility fix (Thanks to Gergely Risko)
  +
  +
   0.27 - 2004/03/10
   
     Support for unix sockets in the spamassassin plugin (requires SA
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.30.2.1  +1 -1      qpsmtpd/lib/Qpsmtpd.pm
  
  Index: Qpsmtpd.pm
  ===================================================================
  RCS file: /cvs/public/qpsmtpd/lib/Qpsmtpd.pm,v
  retrieving revision 1.30
  retrieving revision 1.30.2.1
  diff -u -w -r1.30 -r1.30.2.1
  --- Qpsmtpd.pm	5 Mar 2004 09:17:38 -0000	1.30
  +++ Qpsmtpd.pm	11 Mar 2004 09:27:31 -0000	1.30.2.1
  @@ -1,7 +1,7 @@
   package Qpsmtpd;
   use strict;
   
  -$Qpsmtpd::VERSION = "0.27.0";
  +$Qpsmtpd::VERSION = "0.27.1";
   sub TRACE_LEVEL () { 6 }
   
   use Sys::Hostname;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.