aboutsummaryrefslogtreecommitdiffstats
path: root/trio/README
blob: 55ad1b07de875513f29d806282bc18878073d44d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
README -- trio

Trio is a package with portable string functions. Including printf() clones
and others.

 Copyright (C) 1998-2001 by Bjorn Reese and Daniel Stenberg.

 Permission to use, copy, modify, and distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.

 THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
 MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE AUTHORS AND
 CONTRIBUTORS ACCEPT NO RESPONSIBILITY IN ANY CONCEIVABLE MANNER.

Trio is intended to be an integral part of another application, so we
have not done anything to create a proper installation.

Compile with 'make' (edit the Makefile if you want a release build)

Test the package with 'make test'

Install by copying trio.h, triop.h, and libtrio.a (and man/man?/* if
you want documentation) to the appropriate directories.

Catch some usage examples in example.c

Send feedback and patches to the mailing list, subscription and other
information is found here:

        http://lists.sourceforge.net/lists/listinfo/ctrio-talk

Enjoy!

Trio web page

        http://daniel.haxx.se/trio/
100000@mordor.clayton.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Status: RO Eric, As per your request, here is my recipie for dealing with e-mail popped off of a Novell server and told to be domanified. And example of the problem I used to have when I popped mail off of aa.clayton.edu From: User <AA/USER@aa.clayton.edu> Sendmail did not like that. Now it converts the above to From: User <USER@AA.clayton.edu> However, the To: and CC: lines still can get messed up To: aa/user2,@aa.clayton.edu aa/newcombe I'm not going to worry about that!!! I fixed it with this recipie in my .procmailrc :0 * ^From:.*<.*/.*@ { :0 fhw |sed -e 's/^From:\(.*\)<\(.*\)\/\(.*\)@.*/From:\1<\3@\2.clayton.edu>/' } It may not be the best, prettiest, or most efficient, but it works. Also, you'd asked me to send you the sometimes error message I get from fetchmail. I don't see one in my Mail/From file, so it must not have happened for a while. It looked something like Subject: Cron <root@mordor> /usr/local/bin/fetchmail: 29483 Hope your flight back was good. -Dan -- Dan Newcombe newcombe@mordor.clayton.edu "The fool who escaped from paradise will look over his shoulders and cry...So I'll hold my peace forever when you wear your bridal gown." -Marillion