Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mail::listdetector::detector::communigatepro(3pm) [debian man page]

Mail::ListDetector::Detector::CommuniGatePro(3pm)	User Contributed Perl Documentation	 Mail::ListDetector::Detector::CommuniGatePro(3pm)

NAME
Mail::ListDetector::Detector::CommuniGatePro - CommuniGate Pro message detector SYNOPSIS
use Mail::ListDetector::Detector::CommuniGatePro; DESCRIPTION
An implementation of a mailing list detector, for CommuniGate Pro mailing lists, See http://www.stalker.com/ for details about CommuniGate Pro. CommuniGate Pro mailing list messages are RFC2919 compliant but this module provides more information. METHODS
new() Inherited from Mail::ListDetector::Detector::Base. match() Accepts a Mail::Internet object and returns either a Mail::ListDetector::List object if it is a post to a CommuniGate Pro mailing list, or "undef". Since CommuniGate Pro specifies a (mostly) unique ID for a mailing list in the format of RFC2919, Mail::ListDetector::Detector::RFC2919 is used to attempt to extract this information about the list. BUGS
No known bugs. AUTHOR
Matthew Walker - matthew@walker.wattle.id.au, Michael Stevens - michael@etla.org, Peter Oliver - p.d.oliver@mavit.freeserve.co.uk. Tatsuhiko Miyagawa <miyagawa@bulknews.net> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2010-06-30 Mail::ListDetector::Detector::CommuniGatePro(3pm)

Check Out this Related Man Page

Mail::ListDetector::Detector::AutoShare(3pm)		User Contributed Perl Documentation	      Mail::ListDetector::Detector::AutoShare(3pm)

NAME
Mail::ListDetector::Detector::AutoShare - AutoShare message detector SYNOPSIS
use Mail::ListDetector::Detector::AutoShare; DESCRIPTION
An implementation of a mailing list detector, for AutoShare mailing lists, AutoShare is a freeware Macintosh list server by Mikael Hansen, see http://home.comcast.net/~autoshare/autoshare/ for details about AutoShare. Some AutoShare mailing list messages are RFC2919 compliant and all are RFC2369 compliant but this module provides more information. METHODS
new() Inherited from Mail::ListDetector::Detector::Base. match() Accepts a Mail::Internet object and returns either a Mail::ListDetector::List object if it is a post to a AutoShare mailing list, or "undef". Since later version of AutoShare specifies a (mostly) unique ID for a mailing list in the format of RFC2919, Mail::ListDetector::Detector::RFC2919 is used to attempt to extract this information about the list. BUGS
No known bugs. AUTHOR
Matthew Walker - matthew@walker.wattle.id.au, Michael Stevens - michael@etla.org, Peter Oliver - p.d.oliver@mavit.freeserve.co.uk. Tatsuhiko Miyagawa <miyagawa@bulknews.net> This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2010-06-30 Mail::ListDetector::Detector::AutoShare(3pm)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Pro's and cons for Linux

Hi there thanks for checking in The I T manager over here wants us to convert 1 branch in our company from Win98 to Linux I would just like to know the types of problems that we will have once this is done. I would also like to know the following. Does Linux come with a Office package... (3 Replies)
Discussion started by: nemex
3 Replies

2. Programming

Pro*C Compiler HELP!!!!!

I am trying to use Pro*C compiler to use Oracle database in my C program. But I could not run the Pro*C compiler that comes with oracle called proc. It always gives the PCC-F-NOERRFILE, unable to open error message file, facility PR2 error. Please Help me!!!!! (3 Replies)
Discussion started by: pegasus
3 Replies

3. Programming

Need Of Proc*c/c++ Compiler

1. Software Requirments For Pro*c/c++ , 2. Need Pro* C/c++ Compiler, 3. Documents For Installing Proc* C Compiler (3 Replies)
Discussion started by: contactmadhuin
3 Replies

4. HP-UX

Looking for a free Pro C compiler

Hi does anybody know where I could get a free HP Unix Pro C Compiler? any website? Thanks for your help Dany (3 Replies)
Discussion started by: Dany
3 Replies

5. IP Networking

WiFi

Can 2 computers be connected (FreeBSD and notebook with WinXP) via WiFi if both have WiFi net cards? (9 Replies)
Discussion started by: Hitori
9 Replies

6. UNIX for Dummies Questions & Answers

Reflections & Pro Com Software?

I am looking for a replacement to my Pro-Com software to use on UNIX based applications at work. I am a virtual remote employee who works from my home using a windows XP machine. On my company laptop, another Win XP, we use REFLECTION v12 for UNIX and OPEN VMS. I really like REFLECTIONS a lot... (3 Replies)
Discussion started by: dereckbc
3 Replies

7. Programming

Segmentation Fault at sqlcxt

Hi all, After compiling my Pro-c program, while trying to run it I am receving segmentation violation at- sqlcxt((void **)0, &sqlctx, &sqlstm, &sqlfpn); The exact error is- Program received signal SIGSEGV, Segmentation fault. 0x7af99090 in _sigfillset+0x5c0 () from /usr/lib/libc.2 ... (4 Replies)
Discussion started by: justarrived
4 Replies

8. UNIX for Advanced & Expert Users

Problem on Pro*C compilation on HP-UX

Hi, This is my first post to this forum. I have been facing a strange compilation error message. When I try to make a pro*C file on HP-UX ( uname -a shows HP-UX aopc7449 B.11.11 U 9000/800 2416083493 unlimited-user license), ::: Linking... /usr/ccs/bin/ld: profls.o: Not a valid object file... (5 Replies)
Discussion started by: asutoshch
5 Replies

9. Red Hat

New Linux installation

Hello, I am planning to install Linux on my laptop. I will be using it for mailing testing as well as scripting. Basically I want to hand on with Linux to be used as File and Mail Server. Please advise suitable Linux distribution. (3 Replies)
Discussion started by: darshakraut
3 Replies

10. Programming

Problem with date comparision in Pro*C

Hi, I have written the following Pro*C program to get the difference between 2 dates.But when I am printing the value of the date difference,it is always showing 0. #include<stdio.h> #include<sqlca.h> #include<oraca.h> void main() { EXEC SQL BEGIN DECLARE SECTION; int diff; ... (4 Replies)
Discussion started by: sureshbabuc
4 Replies

11. Programming

Pro*C in my local PC.

Hi All, I want to write Pro*C code and compile in my local PC. I am sure my Turbo C compiler does not do that. Please help me to know: ->What all the items I need to install? ->Is there any compiler/editor where I can write Pro*C code which converts the embedded SQL to C Struct and then... (3 Replies)
Discussion started by: Ajay_84
3 Replies

12. Shell Programming and Scripting

awk script to parse SQL from Pro*C program

Hello, I have a Pro*C program which contains SQL sentences, such as: .... Pro*C sentences .... /*SQL 1*/ EXEC SQL SELECT t1.field1, t1.field2 INTO :w_field FROM TABLE1 t1, TABLE1 t2 WHERE t1.field1 = t2.field1 AND t1.ID = :wl_id; .... Pro*C sentences .... /*SQL 1*/ EXEC... (11 Replies)
Discussion started by: mvalonso
11 Replies

13. UNIX for Dummies Questions & Answers

Mail

I want to send a mail through shell script with the following command, #!/bin/bash mail -s "Test" upload.xxx@example.com < /root/mail.txt When I am executing the above command through shell script,the following error occurs, /etc/mail/submit.cf:line 545:fileclass:cannot open... (15 Replies)
Discussion started by: kannansoft1985
15 Replies

14. SCO

Creating a VM

Also, in my tinkering around I was able to get SCO installed on a VM, using VM Workstation version 12.5 in a Windows 7 Pro-64 computer. I chose the VM Workstation 8.x compatibility model for my VM, an IDE hard drive at 0:0 and an IDE CD Rom at 1:0 using the physical drive of the computer. Using the... (3 Replies)
Discussion started by: jgt
3 Replies

15. UNIX for Beginners Questions & Answers

organise mailing lists in email client

mr macos please bare with me i couldnt find a place to post my issue and hence m posting it here How do you organise mailing lists in your email client? How do you guys organise your mailing lists? I'm having a few issues with my set up: When I subscribe to a mailing list I add a rule in the... (2 Replies)
Discussion started by: georgekhaidas
2 Replies