Sponsored Content
Full Discussion: SCO unix download
Special Forums IP Networking SCO unix download Post 302092246 by reborg on Saturday 7th of October 2006 04:28:49 PM
Old 10-07-2006
Quote:
Originally Posted by shereenmotor
This thread needs moderators attention.

Done, spam has been removed. Thanks for pointing it out.
 

9 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

SCO TCP/IP runtime System for SCO Unix

Hi everyone i have a question for all of you. It may be basic or it may be a good one. I recently aquired a copy of "SCO TCP/IP runtime System for SCO Unix" (thats what the disks say) and for the life of me i can not get it to load. i have tried opening the disk in linux and it can not determine... (0 Replies)
Discussion started by: Cerberus
0 Replies

2. UNIX Desktop Questions & Answers

download copy of UNIX, SOLARIS, SCO, anything?

Hi All, I'm a UNIX Newbie, yes, I hate to say it. I'm decent enough though on LINUX box. But of course, it's not the same! Does anyone know where I can download a copy of the UNIX network operating system, that I can install on one of my boxes? I'd very much appreciate all suggestions. ... (2 Replies)
Discussion started by: JaredsNew
2 Replies

3. UNIX for Dummies Questions & Answers

Where can I Download UNIX?

I'm very new to Unix-- I want to locate and download it to my computer and start learning it. Could anybody plz help me start. Thanks a lot. Rachid (1 Reply)
Discussion started by: Rachid
1 Replies

4. SCO

SCO-UNIX Download

Dear Friends, Can anyone tell me from where i can download the SCO-UNIX freely. is SCO-UNIX a freeware or not?.. (1 Reply)
Discussion started by: msvraajaram
1 Replies

5. UNIX for Dummies Questions & Answers

How Can I download an UNIX

Hi, I was reading on the net and something caught my eyes it was something about learning how to become a hacker. This site said that the best thing you can do to start is to use a Unix. My first question is: What is an Unix? Then I would like to ask you how can I download one on my... (3 Replies)
Discussion started by: chaoticlysmart
3 Replies

6. UNIX for Dummies Questions & Answers

SCO Unixware 7 download

According to this thread: https://www.unix.com/showthread.php?t=1 one guy says However, I cannot find any sco unixware7 iso download link in their download section (http://wdb1.sco.com/clbk_web/owa/dwn_customer), is it really for free, and if that is true, where can I download it? Thanks, (2 Replies)
Discussion started by: phalcos
2 Replies

7. SCO

from where to download sco unix 7.14

can any one tell me from where i can download the SCO unix operating system 7.14 version. any one has any link ? (0 Replies)
Discussion started by: alamlinux
0 Replies

8. UNIX for Advanced & Expert Users

Where to download unix not unix flavours like ubuntu, redhat etc.

I checked unix.org but did not find any link where i can download basic unix flavour. any idea from where i can download unix. thanks in advance. - nilesh (14 Replies)
Discussion started by: ynilesh
14 Replies

9. SCO

load sco xenix and sco unix binary ?

Hi I have some sco xenix object, bin and archive files that operate in sco unix 5.0.7. I know that sco unix kernel can support sco xenix binary. I want to know how can I link xenix and unix archives together? (0 Replies)
Discussion started by: javad1_maroofi
0 Replies
Mail::Message::Wrapper::SpamAssassin(3pm)		User Contributed Perl Documentation		 Mail::Message::Wrapper::SpamAssassin(3pm)

NAME
Mail::Message::Wrapper::SpamAssassin - Connect a Mail::Message with Mail::SpamAssassin INHERITANCE
Mail::Message::Wrapper::SpamAssassin is a Mail::SpamAssassin::Message SYNOPSIS
# WARNING: requires OLD SpamAssassion 2.x, not the new 3.x # See Mail::Box::Search::SpamAssassin for the preferred interface # However, it is possible to do: my $msg = ...; # some Mail::Message object my $sa = Mail::Message::Wrapper::SpamAssassin->new($msg); my $spam = Mail::SpamAssassin->new; my $status = $spam->check($sa); $msg->label(spam => 1) if $status->is_spam; $status->rewrite_mail; # Adds spam lines to header DESCRIPTION
WARNING: This module only works with the old version of SpamAssassin: version 2.x. The newer 3.x releases have changed the way that messages are kept. Please contribute improved code. The "Mail::Message::Wrapper::SpamAssassin" class --sorry for the long package name-- is a wrapper around Mail::SpamAssassin::Message, which is an interface to the spam checking software of Mail::SpamAssassin. METHODS
Mail::Message::Wrapper::SpamAssassin->new(MESSAGE, OPTIONS) Creates a wrapper around the MESSAGE. The already present fields from a previous run of Spam::Assassin (or probably fake lines) are removed first. SEE ALSO
This module is part of Mail-Box distribution version 2.105, built on May 07, 2012. Website: http://perl.overmeer.net/mailbox/ LICENSE
Copyrights 2001-2012 by [Mark Overmeer]. For other contributors see ChangeLog. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html perl v5.14.2 2012-05-07 Mail::Message::Wrapper::SpamAssassin(3pm)
All times are GMT -4. The time now is 01:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy