ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] сборка DSPAM
@ 2005-01-28 14:23 Andrey Konovalov aka Krapa
  2005-01-28 15:39 ` Andrey Rahmatullin
  2005-01-29  8:37 ` Ivan Fedorov
  0 siblings, 2 replies; 13+ messages in thread
From: Andrey Konovalov aka Krapa @ 2005-01-28 14:23 UTC (permalink / raw)
  To: community

 Пытаюсь совершить сабж. make вылетает с ошибкой:

[krapa@gate dspam-3.2.6]$ make
make  all-recursive
make[1]: Entering directory `/usr/local/src/dspam-3.2.6'
Making all in .
make[2]: Entering directory `/usr/local/src/dspam-3.2.6'
/bin/sh ./libtool --mode=link --tag=CC gcc  -g -O2 -Wall -Wmissing-prototypes 
-Wmissing-declarations   -o dspam -static dspam.o md5.o read_config.o 
libdspam.la -lsqlite  
gcc -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -o dspam dspam.o 
md5.o read_config.o  ./.libs/libdspam.a -lm -lsqlite
./.libs/libdspam.a(sqlite_drv.o)(.text+0x15f7): In function 
`_ds_get_signature':
/usr/local/src/dspam-3.2.6/sqlite_drv.c:835: undefined reference to 
`sqlite_decode_binary'
./.libs/libdspam.a(sqlite_drv.o)(.text+0x1760): In function 
`_ds_set_signature':
/usr/local/src/dspam-3.2.6/sqlite_drv.c:879: undefined reference to 
`sqlite_encode_binary'
./.libs/libdspam.a(sqlite_drv.o)(.text+0x20cd): In function 
`_ds_get_nextsignature':
/usr/local/src/dspam-3.2.6/sqlite_drv.c:1213: undefined reference to 
`sqlite_decode_binary'
collect2: ld returned 1 exit status
make[2]: *** [dspam] Ошибка 1
make[2]: Leaving directory `/usr/local/src/dspam-3.2.6'
make[1]: *** [all-recursive] Ошибка 1
make[1]: Leaving directory `/usr/local/src/dspam-3.2.6'
make: *** [all] Ошибка 2

Система АЛМ2.4, gcc 3.3, ядро 2.4.26. Спрашивайте, какие еще данные надо 
указать.

-- 
Мы видим сны не для того, чтоб просыпаться - поэтому пока...


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Comm] сборка DSPAM
  2005-01-28 14:23 [Comm] сборка DSPAM Andrey Konovalov aka Krapa
@ 2005-01-28 15:39 ` Andrey Rahmatullin
  2005-01-28 19:58   ` Andrey Konovalov aka Krapa
  2005-01-28 20:27   ` Andrey Konovalov aka Krapa
  2005-01-29  8:37 ` Ivan Fedorov
  1 sibling, 2 replies; 13+ messages in thread
From: Andrey Rahmatullin @ 2005-01-28 15:39 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 613 bytes --]

On Fri, Jan 28, 2005 at 07:23:11PM +0500, Andrey Konovalov aka Krapa wrote:
> /usr/local/src/dspam-3.2.6/sqlite_drv.c:835: undefined reference to 
> `sqlite_decode_binary'
В моей /usr/lib/libsqlite.so.0 из sqlite-2.8.13-alt5 такого сивола тоже
нет. Может, ему sqlite нужен новый?
Хотя как он тогда скомпилился при аццуцтвии этой функции в
/usr/include/sqlite.h ?
Может, это его внутренняя ф-я какая-нить? Но где она лежит, раз он ее не
находит?

-- 
WBR, wRAR (ALT Linux Team)
Powered by the ALT Linux fortune(8):

Чтобы стать кондитером, необязательно начинать с помойки.
		-- mike in community@

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Comm] сборка DSPAM
  2005-01-28 15:39 ` Andrey Rahmatullin
@ 2005-01-28 19:58   ` Andrey Konovalov aka Krapa
  2005-01-28 20:27   ` Andrey Konovalov aka Krapa
  1 sibling, 0 replies; 13+ messages in thread
From: Andrey Konovalov aka Krapa @ 2005-01-28 19:58 UTC (permalink / raw)
  To: Andrey Rahmatullin, community

В сообщении от 28 Январь 2005 20:39 Andrey Rahmatullin написал(a):
> On Fri, Jan 28, 2005 at 07:23:11PM +0500, Andrey Konovalov aka Krapa wrote:
> > /usr/local/src/dspam-3.2.6/sqlite_drv.c:835: undefined reference to
> > `sqlite_decode_binary'
>
> В моей /usr/lib/libsqlite.so.0 из sqlite-2.8.13-alt5 такого сивола тоже
> нет. Может, ему sqlite нужен новый?

Если так, то наверное имеет смысл попробовать dspam постарее?

> Хотя как он тогда скомпилился при аццуцтвии этой функции в
> /usr/include/sqlite.h ?
> Может, это его внутренняя ф-я какая-нить? Но где она лежит, раз он ее не
> находит?

Чего не знаю, того не знаю.

-- 
Мы видим сны не для того, чтоб просыпаться - поэтому пока...

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Comm] сборка DSPAM
  2005-01-28 15:39 ` Andrey Rahmatullin
  2005-01-28 19:58   ` Andrey Konovalov aka Krapa
@ 2005-01-28 20:27   ` Andrey Konovalov aka Krapa
  1 sibling, 0 replies; 13+ messages in thread
From: Andrey Konovalov aka Krapa @ 2005-01-28 20:27 UTC (permalink / raw)
  To: Andrey Rahmatullin, community

[-- Attachment #1: Type: text/plain, Size: 444 bytes --]

В сообщении от 28 Январь 2005 20:39 Andrey Rahmatullin написал(a):
> В моей /usr/lib/libsqlite.so.0 из sqlite-2.8.13-alt5 такого сивола тоже
> нет. Может, ему sqlite нужен новый?
> Хотя как он тогда скомпилился при аццуцтвии этой функции в
> /usr/include/sqlite.h ?
> Может, это его внутренняя ф-я какая-нить? Но где она лежит, раз он ее не
> находит?

Может аттач чем поможет ?
-- 
Мы видим сны не для того, чтоб просыпаться - поэтому пока...

[-- Attachment #2: configure.log --]
[-- Type: text/x-log, Size: 7608 bytes --]

checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking whether make sets $(MAKE)... (cached) yes
checking for inline... inline
checking for ISO C99 varargs macros in C... yes
checking for string.h... (cached) yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking for strlcpy... yes
checking for strsep... yes
checking for strtok_r... yes
checking for getpwnam_r... yes
checking for getpwuid_r... yes
checking for memcpy... yes
checking for memset... yes
checking for localtime_r... yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking for library containing inet_ntoa... none required
checking for library containing socket... none required
checking for dspam_home... $(prefix)/var/dspam
checking which delivery agent to activate in dspam.conf... /usr/bin/procmail
checking whether to enable trusted user security... yes
checking whether to enable debug output... no
checking whether to enable home directory support... no
checking whether to enable neural-networking... no
checking whether to enable MySQL client initialization... yes
checking whether to enable preferences-extension... no
checking whether to enable experimental functions... no
checking whether to enable verbose debug output... no
checking whether to enable long usernames... no
checking whether to enable Graham-Bayesian calculations... yes
checking whether to enable Burton Bayesian calculations... yes
checking whether to enable Robinson's Geometric Mean calculations... no
checking whether to enable Chi-Square calculations... no
checking whether to enable Robinson's technique... no
checking whether to enable test-conditional training... yes
checking whether to enable bias calculations... yes
checking whether to enable large scale implementation... no
checking whether to enable domain structure implementation... no
checking for logdir... $(prefix)/var/dspam/log
checking for storage driver... sqlite_drv
checking for unistd.h... (cached) yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking sqlite.h usability... yes
checking sqlite.h presence... yes
checking for sqlite.h... yes
checking SQLite header version... 2.8.13
checking how to link SQLite libraries... -lsqlite 
checking whether to enable profiling output... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating tools/Makefile
config.status: creating cgi/Makefile
config.status: creating m4/Makefile
config.status: creating tools.libdb4_drv/Makefile
config.status: creating tools.libdb3_drv/Makefile
config.status: creating tools.mysql_drv/Makefile
config.status: creating tools.ora_drv/Makefile
config.status: creating txt/Makefile
config.status: creating tools.pgsql_drv/Makefile
config.status: creating cgi/templates/Makefile
config.status: creating tools.sqlite_drv/Makefile
config.status: creating dspam.pc
config.status: creating dspam-uninstalled.pc
config.status: creating win32/Makefile
config.status: creating auto-config.h
config.status: auto-config.h is unchanged
config.status: executing depfiles commands

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Comm] сборка DSPAM
  2005-01-28 14:23 [Comm] сборка DSPAM Andrey Konovalov aka Krapa
  2005-01-28 15:39 ` Andrey Rahmatullin
@ 2005-01-29  8:37 ` Ivan Fedorov
  2005-01-30 14:04   ` Andrey Konovalov aka Krapa
                     ` (2 more replies)
  1 sibling, 3 replies; 13+ messages in thread
From: Ivan Fedorov @ 2005-01-29  8:37 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 317 bytes --]

Andrey Konovalov aka Krapa пишет:
>  Пытаюсь совершить сабж. make вылетает с ошибкой:

> [krapa@gate dspam-3.2.6]$ make
[...skip...]
> Система АЛМ2.4, gcc 3.3, ядро 2.4.26. Спрашивайте, какие еще данные надо 
> указать.
> 

Забейте на ИХ sqlite... могу дать спек, для сборки с PortgreSQL ИЛИ
MySQL... (именно ИЛИ)...

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Comm] сборка DSPAM
  2005-01-29  8:37 ` Ivan Fedorov
@ 2005-01-30 14:04   ` Andrey Konovalov aka Krapa
  2005-01-31 11:54     ` Andrey Konovalov aka Krapa
  2005-01-30 22:29   ` [Comm] " Vitaly Lipatov
  2005-01-31 16:15   ` [Comm] " Michael Shigorin
  2 siblings, 1 reply; 13+ messages in thread
From: Andrey Konovalov aka Krapa @ 2005-01-30 14:04 UTC (permalink / raw)
  To: community

В сообщении от 29 Январь 2005 13:37 Ivan Fedorov написал(a):
> Andrey Konovalov aka Krapa пишет:
> >  Пытаюсь совершить сабж. make вылетает с ошибкой:
> >
> > [krapa@gate dspam-3.2.6]$ make
>
> [...skip...]
>
> > Система АЛМ2.4, gcc 3.3, ядро 2.4.26. Спрашивайте, какие еще данные надо
> > указать.
>
> Забейте на ИХ sqlite... могу дать спек, для сборки с PortgreSQL ИЛИ
> MySQL... (именно ИЛИ)...

Давайте, давайте. Рад и благодарствен буду.

-- 
Мы видим сны не для того, чтоб просыпаться - поэтому пока...

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Comm] сборка DSPAM
  2005-01-29  8:37 ` Ivan Fedorov
  2005-01-30 14:04   ` Andrey Konovalov aka Krapa
@ 2005-01-30 22:29   ` Vitaly Lipatov
  2005-01-31 16:15   ` [Comm] " Michael Shigorin
  2 siblings, 0 replies; 13+ messages in thread
From: Vitaly Lipatov @ 2005-01-30 22:29 UTC (permalink / raw)
  To: community

On Saturday 29 January 2005 11:37, Ivan Fedorov wrote:
> Andrey Konovalov aka Krapa пишет:
> >  Пытаюсь совершить сабж. make вылетает с ошибкой:
> >
> > [krapa@gate dspam-3.2.6]$ make
>
> [...skip...]
>
> > Система АЛМ2.4, gcc 3.3, ядро 2.4.26. Спрашивайте, какие еще
> > данные надо указать.
>
> Забейте на ИХ sqlite... могу дать спек, для сборки с
> PortgreSQL ИЛИ MySQL... (именно ИЛИ)...
А в Сизифе DSPAM будет?

-- 
Lav
Виталий Липатов
Санкт-Петербург
GNU! ALT Linux Team! LaTeX! LyX!


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Comm] сборка DSPAM
  2005-01-30 14:04   ` Andrey Konovalov aka Krapa
@ 2005-01-31 11:54     ` Andrey Konovalov aka Krapa
  2005-02-02 10:42       ` Andrey Konovalov aka Krapa
  0 siblings, 1 reply; 13+ messages in thread
From: Andrey Konovalov aka Krapa @ 2005-01-31 11:54 UTC (permalink / raw)
  To: community

В сообщении от Воскресенье 30 Январь 2005 19:04 Andrey Konovalov aka Krapa 
написал(a):
> В сообщении от 29 Январь 2005 13:37 Ivan Fedorov написал(a):
> > Andrey Konovalov aka Krapa пишет:
> > >  Пытаюсь совершить сабж. make вылетает с ошибкой:
> > >
> > > [krapa@gate dspam-3.2.6]$ make
> >
> > [...skip...]
> >
> > > Система АЛМ2.4, gcc 3.3, ядро 2.4.26. Спрашивайте, какие еще данные
> > > надо указать.
> >
> > Забейте на ИХ sqlite... могу дать спек, для сборки с PortgreSQL ИЛИ
> > MySQL... (именно ИЛИ)...
>
> Давайте, давайте. Рад и благодарствен буду.

Во-общем - собрал я его... Обнаружил, что MySQL надо не только установить, но 
и делать с ним чего-то. Реально для человека, который о MySQL знает только 
то, что это про базы данных запустить и настроить DSPAM?

-- 
Мы видим сны не для того, чтоб просыпаться - поэтому пока...

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Comm] Re: сборка DSPAM
  2005-01-29  8:37 ` Ivan Fedorov
  2005-01-30 14:04   ` Andrey Konovalov aka Krapa
  2005-01-30 22:29   ` [Comm] " Vitaly Lipatov
@ 2005-01-31 16:15   ` Michael Shigorin
  2 siblings, 0 replies; 13+ messages in thread
From: Michael Shigorin @ 2005-01-31 16:15 UTC (permalink / raw)
  To: community

[-- Attachment #1: Type: text/plain, Size: 444 bytes --]

On Sat, Jan 29, 2005 at 04:37:25PM +0800, Ivan Fedorov wrote:
> Забейте на ИХ sqlite...

А что?  Тут какой-то из cvs с каким-то из sqlite собрали
(кажется, это был отнесённый на ALM2.4 sqlite3 и cvs-devel).

> могу дать спек, для сборки с PortgreSQL ИЛИ MySQL... (именно
> ИЛИ)...

Давай-давай, можно сразу если не в S, так в D. :)

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Comm] сборка DSPAM
  2005-01-31 11:54     ` Andrey Konovalov aka Krapa
@ 2005-02-02 10:42       ` Andrey Konovalov aka Krapa
  2005-02-03  7:34         ` Andrey Konovalov aka Krapa
  0 siblings, 1 reply; 13+ messages in thread
From: Andrey Konovalov aka Krapa @ 2005-02-02 10:42 UTC (permalink / raw)
  To: community

В сообщении от Пн 31 Январь 2005 16:54 Andrey Konovalov aka Krapa написал(a):

> Во-общем - собрал я его... Обнаружил, что MySQL надо не только установить,
> но и делать с ним чего-то. Реально для человека, который о MySQL знает
> только то, что это про базы данных запустить и настроить DSPAM?

Продолжаем мучать DSPAM. С MySQL я разобрался. Не так все и страшно оказалось. 
Теперь возник следующий вопрос. Когда начинаю тестировать свеженастроенный 
DSPAM по его документации и делаю форвард тестового письма тестовым же 
пользователем postfix ругается следующим образом: 

<spam-krapa@localhost.krapa.ru>: Command died with status 1:
    "'/usr/local/bin/dspam' --user 'krapa' --class=spam --source=error
    --mode=teft". Command output: 11961: [2/2/2005 15:33:40] Option --user
    requires special privileges when user does not match current user, e.g..
    root or Trusted User [uid=102(postman)]

И тут я не могу воткнуть, кто должен иметь эти special privileges - postfix, 
тестовый юзер или кто-то еще, и как их дать, учитывая, что в dspam.conf и тот 
и другой на всякий случай прописаны в качестве Trust user

-- 
Мы видим сны не для того, чтоб просыпаться - поэтому пока...

^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Comm] сборка DSPAM
  2005-02-02 10:42       ` Andrey Konovalov aka Krapa
@ 2005-02-03  7:34         ` Andrey Konovalov aka Krapa
  2005-02-03 11:32           ` [Comm] " Michael Shigorin
  0 siblings, 1 reply; 13+ messages in thread
From: Andrey Konovalov aka Krapa @ 2005-02-03  7:34 UTC (permalink / raw)
  To: community

В сообщении от Ср 2 Февраль 2005 15:42 Andrey Konovalov aka Krapa написал(a):
> Продолжаем мучать DSPAM. С MySQL я разобрался. Не так все и страшно
> оказалось. Теперь возник следующий вопрос. Когда начинаю тестировать
> свеженастроенный DSPAM по его документации и делаю форвард тестового письма
> тестовым же пользователем postfix ругается следующим образом:
>
> <spam-krapa@localhost.krapa.ru>: Command died with status 1:
>     "'/usr/local/bin/dspam' --user 'krapa' --class=spam --source=error
>     --mode=teft". Command output: 11961: [2/2/2005 15:33:40] Option --user
>     requires special privileges when user does not match current user,
> e.g.. root or Trusted User [uid=102(postman)]
>
> И тут я не могу воткнуть, кто должен иметь эти special privileges -
> postfix, тестовый юзер или кто-то еще, и как их дать, учитывая, что в
> dspam.conf и тот и другой на всякий случай прописаны в качестве Trust user

Блин, я уже в истериках биться начинаю. За последние сутки вышеизложенное мне 
уже башню свернуло. Я что, первый до такой ошибки добрался? Или dspam - это 
настолько некошерно, что им больше никто не пользуется?


-- 
Мы видим сны не для того, чтоб просыпаться - поэтому пока...

^ permalink raw reply	[flat|nested] 13+ messages in thread

* [Comm] Re: сборка DSPAM
  2005-02-03  7:34         ` Andrey Konovalov aka Krapa
@ 2005-02-03 11:32           ` Michael Shigorin
  2005-02-03 16:11             ` Andrey Konovalov aka Krapa
  0 siblings, 1 reply; 13+ messages in thread
From: Michael Shigorin @ 2005-02-03 11:32 UTC (permalink / raw)
  To: community

On Thu, Feb 03, 2005 at 12:34:31PM +0500, Andrey Konovalov aka Krapa wrote:
> Или dspam - это настолько некошерно, что им больше никто не
> пользуется?

Придётся тут... если не горит -- подождите, в феврале, видимо.

-- 
 ---- WBR, Michael Shigorin <mike@altlinux.ru>
  ------ Linux.Kiev http://www.linux.kiev.ua/


^ permalink raw reply	[flat|nested] 13+ messages in thread

* Re: [Comm] Re: сборка DSPAM
  2005-02-03 11:32           ` [Comm] " Michael Shigorin
@ 2005-02-03 16:11             ` Andrey Konovalov aka Krapa
  0 siblings, 0 replies; 13+ messages in thread
From: Andrey Konovalov aka Krapa @ 2005-02-03 16:11 UTC (permalink / raw)
  To: community

В сообщении от Чт 3 Февраль 2005 16:32 Michael Shigorin написал(a):
> On Thu, Feb 03, 2005 at 12:34:31PM +0500, Andrey Konovalov aka Krapa wrote:
> > Или dspam - это настолько некошерно, что им больше никто не
> > пользуется?
>
> Придётся тут... если не горит -- подождите, в феврале, видимо.

Подожду. Все равно я это в образовательных и познавательных целях, а учиться 
никогда не поздно.

-- 
Мы видим сны не для того, чтоб просыпаться - поэтому пока...

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2005-02-03 16:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-28 14:23 [Comm] сборка DSPAM Andrey Konovalov aka Krapa
2005-01-28 15:39 ` Andrey Rahmatullin
2005-01-28 19:58   ` Andrey Konovalov aka Krapa
2005-01-28 20:27   ` Andrey Konovalov aka Krapa
2005-01-29  8:37 ` Ivan Fedorov
2005-01-30 14:04   ` Andrey Konovalov aka Krapa
2005-01-31 11:54     ` Andrey Konovalov aka Krapa
2005-02-02 10:42       ` Andrey Konovalov aka Krapa
2005-02-03  7:34         ` Andrey Konovalov aka Krapa
2005-02-03 11:32           ` [Comm] " Michael Shigorin
2005-02-03 16:11             ` Andrey Konovalov aka Krapa
2005-01-30 22:29   ` [Comm] " Vitaly Lipatov
2005-01-31 16:15   ` [Comm] " Michael Shigorin

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git