pkgsrc-WIP-review archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pease review wip/p5-News-Newsrc
- To: pkgsrc-wip-review%lists.sourceforge.net@localhost
- Subject: pease review wip/p5-News-Newsrc
- From: iMil <imil%home.imil.net@localhost>
- Date: Tue, 11 Jan 2005 13:52:24 +0100 (CET) See http://spamassassin.org/tag/ for more details. Report problems to http://sf.net/tracker/?func=add&group_id=1&atid=200001 0.0 SF_CHICKENPOX_PERIOD BODY: Text interparsed with . 0.0 SF_CHICKENPOX_SLASH BODY: Text interparsed with / 0.0 SF_CHICKENPOX_MINUS BODY: Text interparsed with - 0.0 SF_CHICKENPOX_UNDERSCORE BODY: Text interparsed with _ 0.0 SF_CHICKENPOX_AT BODY: Text interparsed with @ 0.0 SF_CHICKENPOX_APOSTROPHE BODY: Text interparsed with ' -0.4 AWL AWL: From: address is in the auto white-list
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi again,
News::Newsrc manages newsrc files
you can test it with a classic nntp ~/.newsrc file and the following piece
of perl code :
#!/usr/pkg/bin/perl -w
use News::Newsrc;
$newsrc = new News::Newsrc;
$ok = $newsrc->load;
@lines = $newsrc->export_rc;
foreach (@lines) {
print $_."\n";
}
regards
- -------------------------
iMil <imil%home.imil.net@localhost>
_
http://gcu-squad.org ASCII ribbon campaign ( )
- against HTML email X
& vCards / \
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (NetBSD)
iD8DBQFB48wLFG3BlGWyzUIRAjFHAJ95gKBJiPOVMYQw1xW31+3hc0oWkACbBUW0
WcoDnBfUTZRoVRt1hW91auQ=
=Wlsl
-----END PGP SIGNATURE-----
-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
pkgsrc-wip-review mailing list
pkgsrc-wip-review%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-review
Home |
Main Index |
Thread Index |
Old Index