Re: [SAtalk] SpamAssassin 2.62 is released!

2004-01-19 Thread Theo Van Dinter
On Mon, Jan 19, 2004 at 10:55:58AM -0500, Steven W. Orr wrote:
> Any idea when we'll get RPMs available for the new release?

I made them available today: http://www.spamassassin.org/released/RPMs/  :)

-- 
Randomly Generated Tagline:
And in the limiting case where the optimizer is completely broken because
 it's not implemented yet, we get to work around that too.  Optionally...
  -- Larry Wall in <[EMAIL PROTECTED]>


pgp0.pgp
Description: PGP signature


Re: [SAtalk] SpamAssassin 2.62 is released!

2004-01-19 Thread Kenneth Porter
--On Monday, January 19, 2004 11:07 AM -0600 Bob Apthorpe
<[EMAIL PROTECTED]> wrote:

> rpm -ta SOURCES/Mail-SpamAssassin-2.62.tar.gz

That should be rpmbuild, not rpm. In later versions of rpm the installer no
longer automagically calls the builder, and you have to invoke it directly.

You can also build as non-root by creating a ~/.rpmmacros directory with this
line in it:

%_topdir/home/buildmeister/topdir

Then under topdir create subdirectories BUILD, RPMS, SRPMS, SOURCES, and SPECS
(same tree that's normally under /usr/src/redhat).

I never package as root, as a rogue spec file could cause all kinds of havoc.



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk


Re: [SAtalk] SpamAssassin 2.62 is released!

2004-01-19 Thread Theo Van Dinter
On Mon, Jan 19, 2004 at 11:07:13AM -0600, Bob Apthorpe wrote:
> It's (usually) not difficult to build your own. This initial directory
> is for SuSE; Red Hat hides their build tree elsewhere, like
> /usr/src/redhat:

Yeah.   I put one up though, it ought to get out to the released area
in the next few hours. :)

-- 
Randomly Generated Tagline:
"As I uploaded the resultant kernel, a specter of the holy penguin
 appeared before me, and said "It is Good. It is Bugfree". As if wanting
 to re-assure me that yes, it really =was= the holy penguin, it finally
 added "Do you have any Herring?" before fading out in a puff of holy
 penguin-smoke." - Linus Torvalds


pgp0.pgp
Description: PGP signature


Re: [SAtalk] SpamAssassin 2.62 is released!

2004-01-19 Thread Bob Apthorpe
On Mon, 19 Jan 2004 10:55:58 -0500 (EST) "Steven W. Orr" <[EMAIL PROTECTED]> wrote:

> Any idea when we'll get RPMs available for the new release?

It's (usually) not difficult to build your own. This initial directory
is for SuSE; Red Hat hides their build tree elsewhere, like
/usr/src/redhat:

# as root
cd /usr/src/packages
cd SOURCES
wget http://SpamAssassin.org/released/Mail-SpamAssassin-2.62.tar.gz
cd ..
rpm -ta SOURCES/Mail-SpamAssassin-2.62.tar.gz

If rpm is in a good mood, it'll build a few packages somewhere under
./RPMS. My rpm is not in a good mood, probably because I manage perl
modules with CPAN; rpm doesn't obviously fail but it also doesn't
generate packages either[1]. If you run an all-rpm system you'll
probably have better luck.

-- 
Bob

[1] Under SuSE 8.2, 'rpm -ta SOURCES/Mail-SpamAssassin-2.62.tar.gz'
produces the following and exits with a return code of 1. So rpm thinks
there's an error but doesn't have the courtesy to explain what that
error is:

...
Processing files: perl-Mail-SpamAssassin-2.62-1
Finding  Provides: (using /usr/lib/rpm/find-provides.perl)...
Finding  Requires: (using /usr/lib/rpm/find-requires.perl)...
+ '[' -x /usr/lib/rpm/perl.req -a -n '' ']'
Provides: perl(Mail::SpamAssassin) = 2.62 perl(Mail::SpamAssassin::ArchiveIterator) 
perl(Mail::SpamAssassin::AuditMessage) perl(Mail::SpamAssassin::AutoWhitelist) 
perl(Mail::SpamAssassin::Bayes) perl(Mail::SpamAssassin::BayesStore) 
perl(Mail::SpamAssassin::CmdLearn) perl(Mail::SpamAssassin::Conf) 
perl(Mail::SpamAssassin::ConfSourceSQL) perl(Mail::SpamAssassin::DBBasedAddrList) 
perl(Mail::SpamAssassin::Dns) perl(Mail::SpamAssassin::EncappedMIME) 
perl(Mail::SpamAssassin::EncappedMessage) perl(Mail::SpamAssassin::EvalTests) 
perl(Mail::SpamAssassin::HTML) perl(Mail::SpamAssassin::Locales) 
perl(Mail::SpamAssassin::Locker) perl(Mail::SpamAssassin::MailingList) 
perl(Mail::SpamAssassin::Message) perl(Mail::SpamAssassin::NetSet) 
perl(Mail::SpamAssassin::NoMailAudit) perl(Mail::SpamAssassin::PerMsgLearner) 
perl(Mail::SpamAssassin::PerMsgStatus) perl(Mail::SpamAssassin::PersistentAddrList) 
perl(Mail::SpamAssassin::Received) perl(Mail::SpamAssassin::Replier) 
perl(Mail::SpamAssassin::Repo
 rter) perl(Mail::SpamAssassin::SHA1) perl(Mail::SpamAssassin::TextCat) 
perl(Mail::SpamAssassin::UnixLocker) perl(Mail::SpamAssassin::Util) 
perl(Mail::SpamAssassin::Win32Locker)
PreReq: rpmlib(VersionedDependencies) <= 3.0.3-1
Requires: perl >= 5.004 perl(Pod::Usage) perl(HTML::Parser)

Note that SA builds and installs just fine from source. While I've
probably upgraded a number of these packages from CPAN, 'rpm -qa | egrep
perl' shows:

perl-Parse-RecDescent-1.80-68
perl-ldap-ssl-0.26-29
perl-gettext-1.01-373
perl-Archive-Tar-0.22-260
perl-Convert-ASN1-0.16-41
perl-Compress-Zlib-1.16-196
perl-Convert-TNEF-0.17-69
perl-HTML-Tagset-3.03-348
perl-Tie-IxHash-1.21-383
perl-IO-stringy-2.108-184
perl-MailTools-1.47-70
perl-URI-1.22-41
perl-Archive-Zip-1.05-13
perl-PDA-Pilot-0.11.7-24
perl-Cyrus-IMAP-2.1.12-29
perl-Cyrus-SIEVE-managesieve-2.1.12-29
perl-Unix-Syslog-0.98-70
perl-IO-Socket-SSL-0.92-28
perl-MIME-tools-5.411a-189
pgperl-2.0.2-28
perl-libwww-perl-5.65-89
perl-Convert-UUlib-0.213-69
perl-Net_SSLeay-1.21-34
perl-HTML-Parser-3.26-87
perl-XML-Parser-2.31-89
perl-5.8.0-104
perl-Tk-800.024-118
perl-ldap-0.26-29
mod_perl-1.27-114

so I really don't know what rpm's problem is (missing perl-Pod-Usage?)
Maybe it doesn't like my attitude...


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk


Re: [SAtalk] SpamAssassin 2.62 is released!

2004-01-19 Thread Steven W. Orr
Any idea when we'll get RPMs available for the new release?

-- 
Time flies like the wind. Fruit flies like a banana. Stranger things have  .0.
happened but none stranger than this. Does your driver's license say Organ ..0
Donor?Black holes are where God divided by zero. Listen to me! We are all- 000
individuals! What if this weren't a hypothetical question?
steveo at syslang.net


---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk


Re: [SAtalk] SpamAssassin 2.62 is released!

2004-01-19 Thread Theo Van Dinter
On Mon, Jan 19, 2004 at 09:30:53AM +, Martin Hepworth wrote:
> F/FE/FELICITY/Mail-SpamAssassin-2.62.tar.gz
> where as the 2.61 and previous show..
> J/JM/JMASON/Mail-SpamAssassin-2.61.tar.gz
> 
> has the author changed then?

I now have comaintainer status on CPAN to upload new versions.  It used
to be only Justin could put them up. :)

-- 
Randomly Generated Tagline:
"In the year 2000, medical research will be so advanced that the Ebola
 virus will be used as a crunchy desert topping."
 - Late Night with Conan O'Brian


pgp0.pgp
Description: PGP signature


Re: [SAtalk] SpamAssassin 2.62 is released!

2004-01-19 Thread Martin Hepworth
Theo Van Dinter wrote:
SpamAssassin is a mail filter which uses advanced statistical
and heuristic tests to identify spam (also known as unsolicited
commercial/bulk email).


Had a look at the CPAN version (from mirror.ac.uk) and it's showing the 
Distribution as..

F/FE/FELICITY/Mail-SpamAssassin-2.62.tar.gz

where as the 2.61 and previous show..

J/JM/JMASON/Mail-SpamAssassin-2.61.tar.gz

has the author changed then?

Just curious before I install the thing, and making sure nothing 
untoward has happened.

--
Martin Hepworth
Snr Systems Administrator
Solid State Logic
Tel: +44 (0)1865 842300
**

This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
This footnote confirms that this email message has been swept
for the presence of computer viruses and is believed to be clean.
**



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk


Re: [SAtalk] SpamAssassin 2.62 is released!

2004-01-18 Thread Bill Randle
On Sat, 2004-01-17 at 16:13, Theo Van Dinter wrote:
> SpamAssassin is a mail filter which uses advanced statistical
> and heuristic tests to identify spam (also known as unsolicited
> commercial/bulk email).
> 
> Downloading
> ---
> 
> Pick it up from:
> 
>   http://SpamAssassin.org/released/Mail-SpamAssassin-2.62.tar.gz
>   http://SpamAssassin.org/released/Mail-SpamAssassin-2.62.tar.bz2
>   http://SpamAssassin.org/released/Mail-SpamAssassin-2.62.zip

For those of you running Mandrake Linux, I've build new RPMS for
2.62, based on the 2.61 spec, for Mandrake Linux 9.2. They can
be downloaded from here:
ftp://ftp.neocat.org/perl-Mail-SpamAssassin-2.62-1mdk.i586.rpm
ftp://ftp.neocat.org/spamassassin-2.62-1mdk.i586.rpm
ftp://ftp.neocat.org/spamassassin-tools-2.62-1mdk.i586.rpm
ftp://ftp.neocat.org/spamassassin-2.62-1mdk.src.rpm

md5sum:
65d95956ead44c0f92e76700eb55c924 
perl-Mail-SpamAssassin-2.62-1mdk.i586.rpm
2174632461453879253930e7190e3909  spamassassin-2.62-1mdk.i586.rpm
9e42f0f61608142167258060fb9ea44b  spamassassin-tools-2.62-1mdk.i586.rpm
dd58ed97ef5e35929ede17d9a08b6a79  spamassassin-2.62-1mdk.src.rpm

-Bill Randle
[EMAIL PROTECTED]





---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk


Re: [SAtalk] SpamAssassin 2.62 is released!

2004-01-17 Thread Theo Van Dinter
On Sat, Jan 17, 2004 at 04:39:00PM -0800, Mitch (WebCob) wrote:
> Hey Theo - does this fix this bug as well?
> 
> Don't see it updated in the bug list, so thought I'd check.
> 
> http://bugzilla.spamassassin.org/show_bug.cgi?id=2906

Nope, that's a 2.70 milestone bug currently.


BTW: please don't respond to all the mailing lists (especially announce)
when it's unnecessary.  thanks. :)

-- 
Randomly Generated Tagline:
I used to spell badlie, but now I got worser.


pgp0.pgp
Description: PGP signature


RE: [SAtalk] SpamAssassin 2.62 is released!

2004-01-17 Thread Mitch \(WebCob\)
Hey Theo - does this fix this bug as well?

Don't see it updated in the bug list, so thought I'd check.

http://bugzilla.spamassassin.org/show_bug.cgi?id=2906

Thanks!

> -Original Message-
> From: [EMAIL PROTECTED]
> Summary of major changes since 2.61
> ---
> 
>   - Fixed two bugs related to Received line generation and parsing.



---
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
___
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk


[SAtalk] SpamAssassin 2.62 is released!

2004-01-17 Thread Theo Van Dinter
SpamAssassin is a mail filter which uses advanced statistical
and heuristic tests to identify spam (also known as unsolicited
commercial/bulk email).

Downloading
---

Pick it up from:

  http://SpamAssassin.org/released/Mail-SpamAssassin-2.62.tar.gz
  http://SpamAssassin.org/released/Mail-SpamAssassin-2.62.tar.bz2
  http://SpamAssassin.org/released/Mail-SpamAssassin-2.62.zip

md5sum:
e0cf85b038d85bb83083ee474763ed3c  Mail-SpamAssassin-2.62.tar.gz
d16248b99675bef3da5e14890099590e  Mail-SpamAssassin-2.62.tar.bz2
76a990a24d10b6835d8073240a40cf48  Mail-SpamAssassin-2.62.zip

sha1sum:
06cebe409f11cf132736a03849ad7ccb7e0bd6a0  Mail-SpamAssassin-2.62.tar.gz
28e09727f394c72efcb8019e83b8a3359b82c70a  Mail-SpamAssassin-2.62.tar.bz2
c83bd44a830c2195610edf0b4be31f62c5e0b0c4  Mail-SpamAssassin-2.62.zip


Or on CPAN shortly, once the mirrors update.

The release files also have a .asc accompanying them.  The file serves
as an external GPG signature for the given release file.  The signing
key is available via the wwwkeys.pgp.net keyserver, as well as
http://www.spamassassin.org/released/GPG-SIGNING-KEY

The key information is:

pub  1024D/265FA05B 2003-06-09 SpamAssassin Signing Key <[EMAIL PROTECTED]>
 Key fingerprint =3D 26C9 00A4 6DD4 0CD5 AD24  F6D7 DEE0 1987 265F A05B


Summary of major changes since 2.61
---

  - Fixed two bugs related to Received line generation and parsing.
  - Modified two rules to reduce false positives.
  - Fixed bug where spamd temporary init directory wasn't removed in some situations.
  - Modified HABEAS_SWE to function even if the Habeas headers were out of their 
normal order.
  - Fixed bug where reporting wouldn't remove message markup before being learned by 
Bayes.
  - Fixed bug where report_safe_copy_headers would reverse the order of the Received 
headers.
  - Fixed several bugs in the Bayes system caused by DB_File oddities.


-- 
Randomly Generated Tagline:
"Victory is mine...  Victory is mine...  I drink from the keg of glory
 Donna, bring me the finest muffins and bagels from all the land!"
 - Josh Lyman, The West Wing


pgp0.pgp
Description: PGP signature