[Clamav-devel] clamav-milter (logging, notify to postmaster, reject message)

2004-03-31 Thread Sergey
-- Regards, Sergey PS: sorry for my english :-( --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system

Re: [Clamav-devel] clamav-milter (logging, notify to postmaster, reject message)

2004-03-31 Thread Sergey
with other MTA now. ;-) -- regards, Sergey [EMAIL PROTECTED] --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals

[Clamav-devel] clamav-milter templates

2004-08-01 Thread Sergey
://www.sama.ru/~asy/clamav/clamav-milter.sendtemplate.c For Nigel Horne: If you decide add it to CVS, please use this links. It's more recent than I sent to you yesterday. -- Regards, Sergey --- This SF.Net email is sponsored by OSTG. Have you

Re: [Clamav-devel] clamav-milter templates

2004-08-06 Thread Sergey
\,%,) tmpptr = ptr + varlen; c = *tmpptr; *tmpptr = '\0'; rc = (fputs(ptr, sendmail) == EOF) ? -1 : 0; *tmpptr = c; ptr = ptr + varlen - 1; } will be work more quickly - many file operations changed by one. I think what it is critical for heavy load servers. -- Regards, Sergey

Re: [Clamav-devel] clamav-milter templates

2004-08-09 Thread Sergey
. -- Regards, Sergey --- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come

Re: [Clamav-devel] clamav-milter templates

2004-08-10 Thread Sergey
On Monday 09 August 2004 21:11, Sergey wrote: I'm understand. Well. But it's limit of template functionality. I think what is time for change syntax (may be it's not good because it's only for milter) or create third class of variables - clamav-milter specific. So, you select %X

Re: [Clamav-devel] Slight error in clamav-milter (fwd)

2004-08-25 Thread Sergey
On Monday 23 August 2004 19:20, Andy Fiddaman wrote: Sorry, just re-read this code. MAKEMASK takes an inverse netmask length so the code is right. but comment ( 172.16.0.0/20 ) is invalid :-) -- Regards, Sergey --- SF.Net email

Re: [Clamav-devel] unrarsrc-3.4.3.tar.gz (rar3 ?)

2004-09-24 Thread Sergey
On Wednesday 22 September 2004 17:48, Kri?tof Petr wrote: Supports 7z, ZIP, CAB, RAR, ARJ, GZIP, BZIP2, TAR, CPIO, RPM, DEB. the RAR - is this RAR3 ? -- Regards, Sergey --- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170

[Clamav-devel] Re: Patch for sender host name and IP address in report template

2004-10-06 Thread Sergey
variables in this patch can be removed (v and header), but localreceived RFC-style addons for header... I think what this patch will be include in Alt Linux Sisyphus in next update of ClamAV package. -- Regards, Sergey --- clamav-milter/clamav-milter.c.orig 2004-09-18 01:06:32 +0500 +++ clamav

[Clamav-devel] clamav-milter logging

2006-01-13 Thread Sergey
. :-( -- Regards, Sergey ___ http://lurker.clamav.net/list/clamav-devel.html

Re: [Clamav-devel] clamav-milter logging

2006-01-28 Thread Sergey
On Wednesday 18 January 2006 11:07, Sergey wrote: Disable LogVerbose in clamd.conf It's not good... :-( First, that is badly that does not exist default config for clamav-milter (there is still a problem with the common log file). What do you think about adding clamav-milter.conf

Re: [Clamav-devel] clamav-milter logging

2006-01-29 Thread Sergey
by clamav-milter is not described. To copy all from clamd.conf to clamav-milter.conf it is not correct. I can find parameters in source code but it will need to be checked after occurrence of each new version... -- Regards, Sergey ___ http

Re: [Clamav-devel] clamav-milter logging

2006-01-29 Thread Sergey
the SysLogVerbose parameter ? -- Regards, Sergey ___ http://lurker.clamav.net/list/clamav-devel.html

[Clamav-devel] --as-needed in GNU ld

2006-03-14 Thread Sergey
status from /home/asy/tmp/rpm-tmp.82987 (%build) I found what test called as gcc -o conftest -g -O2 -lnsl -lmilter -lnsl -lpthread conftest.c -lmilter -lnsl 5 I think that -l* must be put after conftest.c... -- Regards, Sergey ___ http

Re: [Clamav-devel] clamav-milter logging

2006-03-30 Thread Sergey
is crashing if log size is 2Gb. -- Regards, Sergey ___ http://lurker.clamav.net/list/clamav-devel.html

Re: [Clamav-devel] clamav-milter logging

2006-03-30 Thread Sergey
because I need of verbose syslog. -- Regards, Sergey ___ http://lurker.clamav.net/list/clamav-devel.html

Re: [Clamav-devel] clamav-milter logging

2006-03-30 Thread Sergey
On Thursday 30 March 2006 14:30, Sergey wrote: It is so big because you haven't followed my instruction to disable LogVersbose. I can't disable LogVersbose because I need of verbose syslog. Can You prompt where this file is written? I have found only static void logger (const char *mess

Re: [Clamav-devel] clamav-milter logging

2006-03-30 Thread Sergey
found it. I have not understood communication between writing to LogFile and a flag logVerbose. :-( I have found only if(logVerbose) syslog(...); Or function syslog writes not only in syslog, but also in LogFile ? -- Regards, Sergey

Re: [Clamav-devel] clamav-milter logging

2006-03-31 Thread Sergey
; } use_syslog = 1; It seems to me, it is more correct. -- Regards, Sergey ___ http://lurker.clamav.net/list/clamav-devel.html

Re: [Clamav-devel] --as-needed in GNU ld

2006-04-03 Thread Sergey
On Tuesday 14 March 2006 14:59, Sergey wrote: configure: error: Cannot find libmilter error: Bad exit status from /home/asy/tmp/rpm-tmp.82987 (%build) I found what test called as gcc -o conftest -g -O2   -lnsl -lmilter  -lnsl -lpthread conftest.c -lmilter   -lnsl 5 I think that -l

Re: [Clamav-devel] clamd false positive, (Oversized.Zip on small zip files)

2007-05-17 Thread Sergey
Kojm [EMAIL PROTECTED] To: Sergey Y. Afonin [EMAIL PROTECTED] Date: 2004-11-29 01:37 On Sat, 27 Nov 2004 10:42:04 +0400 Sergey Y. Afonin [EMAIL PROTECTED] wrote: Subject: [wish] ArchiveMaxCompressionRatio Date: Wednesday 24 November 2004 12:16 From: Sergey [EMAIL PROTECTED] To: [EMAIL PROTECTED

Re: [Clamav-devel] Segfault in libclamav (0.91.2)

2007-09-05 Thread Sergey
? -- Regards, Sergey ___ http://lurker.clamav.net/list/clamav-devel.html Please submit your patches to our Bugzilla: http://bugs.clamav.net

Re: [Clamav-devel] ClamAV®: ClamAV 0.98 has been released!

2013-09-28 Thread Sergey
-0.98.tar.gz Maybe some unneeded files in there ? 0.97.8 is not contains clamav-for-windows/sigui/wxWidgets-2.9.1 for example. In addition, a tarball is not enough cleaned from git-files .gitattributes and .gitignore. -- Regards, Sergey ___ http

Re: [Clamav-devel] forgotten soname ? (Re: [clamav-users] ClamAV® blog: ClamAV 0.99 has been released!)

2015-12-04 Thread Sergey
On Friday 04 December 2015, Sergey wrote: > Did you forget to change the soname ? Sorry, it's my carelessness. Soname was changed. -- Regards, Sergey ___ http://lurker.clamav.net/list/clamav-devel.html Please submit your patches to our Bugzilla: h

Re: [Clamav-devel] ClamAV® blog: ClamAV 0.101.1 Patch has been released

2019-01-11 Thread Sergey
e nice to change soname of all libraries. -- Regards, Sergey ___ clamav-devel mailing list clamav-devel@lists.clamav.net http://lists.clamav.net/cgi-bin/mailman/listinfo/clamav-devel Please submit your patches to our Bugzilla: http://bugzilla.clamav.net H

Re: [Clamav-devel] ClamAV® blog: ClamAV 0.101.1 Patch has been released

2019-01-12 Thread Sergey
On Friday 11 January 2019, Micah Snyder (micasnyd) wrote: > We're doing our best to track libclammspack very closely with the > upstream libmspack project. You gave me an idea: I built compatibility package with system's libmspack. Thanks. -- Regards,

[Clamav-devel] Linux, configure.ac: automake 1.16, AC_SYS_LARGEFILE

2019-04-13 Thread Sergey
- Regards, Sergey ___ clamav-devel mailing list clamav-devel@lists.clamav.net https://lists.clamav.net/mailman/listinfo/clamav-devel Please submit your patches to our Bugzilla: http://bugzilla.clamav.net Help us build a comprehensive ClamAV guide: https://

Re: [Clamav-devel] Linux, configure.ac: automake 1.16, AC_SYS_LARGEFILE

2019-05-08 Thread Sergey
On Friday 26 April 2019, Micah Snyder (micasnyd) wrote: >  Did you validate if glibc 2.18 allows AC_SYS_LARGEFILE? I look to "glibc-2.18-11.fc20.src.rpm" now and I see what 2.18 isn't support FILE_OFFSET64 too. -- Regards, Sergey ___

Re: [Clamav-devel] Linux, configure.ac: automake 1.16, AC_SYS_LARGEFILE

2019-05-08 Thread Sergey
ig]) > AC_CONFIG_HEADERS([clamav-config.h > libclammspack/config.h:libclammspack/config.h.in]) > > dnl safety check, this used to be a parameter to AC_INIT Yes. And with comment "dnl put configure auxiliary into config" -- Regards, Sergey __

Re: [Clamav-devel] Subject: Pure Perl milter for use with clamd.

2019-08-20 Thread Sergey
sues which crop up in other parts of the system. Try looking to mailfromd: http://puszcza.gnu.org.ua/software/mailfromd/ http://puszcza.gnu.org.ua/software/mailfromd/manual/html_section/Interfaces-to-Third_002dParty-Programs.html#ClamAV -- Regards, Sergey ___

Re: [Clamav-devel] 0.101.5 (and .4), make check and gcc 9

2019-11-26 Thread Sergey
On Monday 25 November 2019, Sergey wrote: > "make check" fails with multiple errors when I use gcc 9. Is ClamAV > adapted to build by gcc 9? > > For example: > > In file included from check_clamav.c:11: > check_clamav.c: In function 'test_cl_free_fn': > ch

Re: [Clamav-devel] 0.101.5 (and .4), make check and gcc 9

2019-11-26 Thread Sergey
On Tuesday 26 November 2019, Micah Snyder (micasnyd) wrote: > Hi Sergey, > > Thanks for investigating. I believe that test_cl_dup() and a few others > in there are completely empty. I looked at them a few days ago and > thought to myself, "Is this even allowed?"

Re: [Clamav-devel] Linux, configure.ac: automake 1.16, AC_SYS_LARGEFILE

2020-06-30 Thread Sergey
([AC_LANG_SOURCE([[#include ]])], ac_cv_bad_fts=no, ac_cv_bad_fts=yes)]) AS_IF([test "x$ac_cv_bad_fts" = "xyes"], [CFLAGS="$CFLAGS -DBAD_FTS=1"]) -- Regards, Sergey ___ clamav-devel mailing list clamav-devel@lists.clamav.net https