Re: Re: Upgrade... + other (perl?) problems [solved]

2005-03-17 Thread sa-users
> [EMAIL PROTECTED] writes:
> > Am 16.03.2005 um 08:55 Uhr haben Sie geschrieben:
> > > Am 16.03.2005 um 00:31 Uhr haben Sie geschrieben:
> > > > On Wed, Mar 16, 2005 at 12:27:28AM +0100, [EMAIL PROTECTED]
> > > wrote:
> > > > > Are there problems with mail header identification?
> > > > > Am I in the wrong list with this question?
> > > > > > Mar 13 01:16:18 ns spamd[28893]: processing message
> > > > > > <[EMAIL PROTECTED]> for web321p1:104.
> > > > > > Mar 13 01:16:20 ns spamd[28893]: Use of uninitialized value
in
> > > > > > concatenation (.) or string at
> > > > > >
> > /usr/lib/perl5/vendor_perl/5.8.3/Mail/SpamAssassin/NoMailAudit.pm
> > > line
> > > > > > 184.
> > > >
> > > > I'm guessing you upgraded to 3.x but are using the 2.x
> > > spamassassin/spamd.
> > > > NoMailAudit doesn't exist in 3.x.
> > > >
> > >
> > > /var/log/mail tells me
> > > spamd[960]: server started on port 783/tcp (running version
3.0.2)
> > >
> > > :~# spamc  -V
> > > SpamAssassin Client version 3.0.2
> > >
> > > I did my upgrade via CPAN. What did go wrong?
> > >
> >
> > Are old modules the reason my spam does not get marked as spam ?
>
> I would say so -- I'm surprised anything is working if NoMailAudit
> is being used.

I did  a
~:$ cp /usr/bin/spamd  > /us/sbin/spamd

an now everything works fine :-)

Lars Dierich




Re: Re: Re: Re: Upgrade... + other (perl?) problems

2005-03-16 Thread sa-users
Am 16.03.2005 um 08:55 Uhr haben Sie geschrieben:
> Am 16.03.2005 um 00:31 Uhr haben Sie geschrieben:
> > On Wed, Mar 16, 2005 at 12:27:28AM +0100, [EMAIL PROTECTED]
> wrote:
> > > Are there problems with mail header identification?
> > > Am I in the wrong list with this question?
> > > > Mar 13 01:16:18 ns spamd[28893]: processing message
> > > > <[EMAIL PROTECTED]> for web321p1:104.
> > > > Mar 13 01:16:20 ns spamd[28893]: Use of uninitialized value in
> > > > concatenation (.) or string at
> > > >
/usr/lib/perl5/vendor_perl/5.8.3/Mail/SpamAssassin/NoMailAudit.pm
> line
> > > > 184.
> >
> > I'm guessing you upgraded to 3.x but are using the 2.x
> spamassassin/spamd.
> > NoMailAudit doesn't exist in 3.x.
> >
>
> /var/log/mail tells me
> spamd[960]: server started on port 783/tcp (running version 3.0.2)
>
> :~# spamc  -V
> SpamAssassin Client version 3.0.2
>
> I did my upgrade via CPAN. What did go wrong?
>

Are old modules the reason my spam does not get marked as spam ?

Lars Dierich




Re: Re: Re: Upgrade... + other (perl?) problems

2005-03-16 Thread sa-users
Am 16.03.2005 um 00:31 Uhr haben Sie geschrieben:
> On Wed, Mar 16, 2005 at 12:27:28AM +0100, [EMAIL PROTECTED]
wrote:
> > Are there problems with mail header identification?
> > Am I in the wrong list with this question?
> > > Mar 13 01:16:18 ns spamd[28893]: processing message
> > > <[EMAIL PROTECTED]> for web321p1:104.
> > > Mar 13 01:16:20 ns spamd[28893]: Use of uninitialized value in
> > > concatenation (.) or string at
> > > /usr/lib/perl5/vendor_perl/5.8.3/Mail/SpamAssassin/NoMailAudit.pm
line
> > > 184.
>
> I'm guessing you upgraded to 3.x but are using the 2.x
spamassassin/spamd.
> NoMailAudit doesn't exist in 3.x.
>

/var/log/mail tells me
spamd[960]: server started on port 783/tcp (running version 3.0.2)

:~# spamc  -V
SpamAssassin Client version 3.0.2

I did my upgrade via CPAN. What did go wrong?




Re: Re: Upgrade... + other (perl?) problems

2005-03-15 Thread Theo Van Dinter
On Wed, Mar 16, 2005 at 12:27:28AM +0100, [EMAIL PROTECTED] wrote:
> Are there problems with mail header identification?
> Am I in the wrong list with this question?
> > Mar 13 01:16:18 ns spamd[28893]: processing message
> > <[EMAIL PROTECTED]> for web321p1:104.
> > Mar 13 01:16:20 ns spamd[28893]: Use of uninitialized value in
> > concatenation (.) or string at
> > /usr/lib/perl5/vendor_perl/5.8.3/Mail/SpamAssassin/NoMailAudit.pm line
> > 184.

I'm guessing you upgraded to 3.x but are using the 2.x spamassassin/spamd.
NoMailAudit doesn't exist in 3.x.

-- 
Randomly Generated Tagline:
"Three Things which a successful Systems Admin must have: "a quick wit,
 quick hands, and a quick connection.""  - A Modern Technical Triad


pgpQVWLPTlAH2.pgp
Description: PGP signature


Re: Re: Upgrade... + other (perl?) problems

2005-03-15 Thread sa-users
Are there problems with mail header identification?
Am I in the wrong list with this question?

Thanks
Lars Dierich

> Mar 13 01:16:18 ns spamd[28893]: processing message
> <[EMAIL PROTECTED]> for web321p1:104.
> Mar 13 01:16:20 ns spamd[28893]: Use of uninitialized value in
> concatenation (.) or string at
> /usr/lib/perl5/vendor_perl/5.8.3/Mail/SpamAssassin/NoMailAudit.pm line
> 184.
This is line 184 of NoMailAudit.pm (one line)
  my(@ret) = $self->{headers_pristine} =~ /^(?:$hdr:[
]+(.*\n(?:\s+\S.*\n)*))/mig;


> Mar 13 01:16:20 ns spamd[28893]: Use of uninitialized value in pattern
> match (m//) at
> /usr/lib/perl5/site_perl/5.8.3/Mail/SpamAssassin/PerMsgStatus.pm line
> 875.
this is line 875 of PerMsgStatus.pm
  my(@pristine_headers) = grep(!/^X-Spam-(?!Prev-)/i,
$self->{msg}->get_pristine_header() =~ /^([^:]+:[
\t]*(?:.*\n(?:\s+\S.*\n)*))/mig);