Re: [Clamav-users] Writing a clamd client library

2005-01-18 Thread Todd Lyons
Phil Endecott wanted us to know: IMO, blacklists are crap, don't use them. There are better ways to avoid spam. Those of us in operational contexts who block 60%+ of inbound mail for being spam would beg to differ with you. Known spam supporting operations should be spanked for allowing

Re: [Clamav-users] Writing a clamd client library

2005-01-16 Thread Phil Endecott
Dear All, Thanks for your replies. To clarify, in my application the data doesn't need to reach the filesystem at all; it goes straight into a database. So yes I could put it in /tmp and invoke clamdscan, but I see enough security patches marked insecure temporary file creation already! I

RE: [Clamav-users] Writing a clamd client library

2005-01-16 Thread Julian Mehnle
Dennis Duffner [EMAIL PROTECTED] wrote: Phil, Mailwasher is reporting your domain as a spammer. I think that may be erroneous. You may wish to contact SpamCop.com and find out how that happened. I guess you mean spamcop.NET http://www.spamcop.net. spamcop.com is some weird knock-off I

Re: [Clamav-users] Writing a clamd client library

2005-01-16 Thread Phil Endecott
Dennis Duffner wrote: Phil, Mailwasher is reporting your domain as a spammer. I think that may be erroneous. You may wish to contact SpamCop.com and find out how that happened. I believe it's reporting the IP address of one of the servers that my message passed through on its way to you as a

Re: [Clamav-users] Writing a clamd client library

2005-01-16 Thread Tomasz Kojm
On Sun, 16 Jan 2005 17:49:53 + Phil Endecott [EMAIL PROTECTED] wrote: (clamd client code to follow shortly...) A ready to use C code is available in clamdscan sources (clamdscan/client.c) -- oo. Tomasz Kojm [EMAIL PROTECTED] (\/)\.

Re: [Clamav-users] Writing a clamd client library

2005-01-16 Thread Dale Walsh
On Jan 16, 2005, at 12:59, Tomasz Kojm wrote: On Sun, 16 Jan 2005 17:49:53 + Phil Endecott [EMAIL PROTECTED] wrote: (clamd client code to follow shortly...) A ready to use C code is available in clamdscan sources (clamdscan/client.c) -- oo. Tomasz Kojm [EMAIL PROTECTED] I'm

Re: [Clamav-users] Writing a clamd client library

2005-01-16 Thread Tomasz Kojm
On Sun, 16 Jan 2005 15:52:27 -0500 Dale Walsh [EMAIL PROTECTED] wrote: On Jan 16, 2005, at 12:59, Tomasz Kojm wrote: On Sun, 16 Jan 2005 17:49:53 + Phil Endecott [EMAIL PROTECTED] wrote: (clamd client code to follow shortly...) A ready to use C code is available in clamdscan

Re: [Clamav-users] Writing a clamd client library

2005-01-16 Thread Dale Walsh
On Jan 16, 2005, at 15:57, Tomasz Kojm wrote: On Sun, 16 Jan 2005 15:52:27 -0500 Dale Walsh [EMAIL PROTECTED] wrote: On Jan 16, 2005, at 12:59, Tomasz Kojm wrote: On Sun, 16 Jan 2005 17:49:53 + Phil Endecott [EMAIL PROTECTED] wrote: (clamd client code to follow shortly...) A ready to use C

Re: [Clamav-users] Writing a clamd client library

2005-01-16 Thread Tomasz Kojm
On Sun, 16 Jan 2005 17:30:47 -0500 Dale Walsh [EMAIL PROTECTED] wrote: -- oo. Tomasz Kojm [EMAIL PROTECTED] I already looked at this, it didn't want to build or work with the latest version so I started fresh. Hey! Leave my turtle alone! ;-) -- oo.

[Clamav-users] Writing a clamd client library

2005-01-15 Thread Phil Endecott
Dear Clam Experts, I am contemplating adding clam scanning to a web application. Files that users upload via a web form will be scanned before being stored in a database. The application is written in C and called by CGI from Apache. On first looking at the clam docs I thought that libclamav

RE: [Clamav-users] Writing a clamd client library

2005-01-15 Thread Julian Mehnle
Phil Endecott [EMAIL PROTECTED] wrote: I am contemplating adding clam scanning to a web application. Files that users upload via a web form will be scanned before being stored in a database. The application is written in C and called by CGI from Apache. [...] Has anyone written [a clamd

Re: [Clamav-users] Writing a clamd client library

2005-01-15 Thread aCaB
On 01/15/05 23:54, Phil Endecott wrote: Dear Clam Experts, I am contemplating adding clam scanning to a web application. Files that users upload via a web form will be scanned before being stored in a database. The application is written in C and called by CGI from Apache. On first looking at