ok i did now the following.
i sendet from my zimbra to an local user and traned myself as spam (why im
feeling now like a bad guy :-)
and made an alias to another account without the training
First message is the copy to the alias
btw it make no difference if i turn off additional information int
On Fri, Aug 06, 2010 at 03:34:18PM +0200, Stevan Baji?? wrote:
> On Fri, 6 Aug 2010 08:12:42 -0500
> Kenneth Marshall wrote:
>
> [...]
> > One thing that would help to debug this problem is to save the mail that
> > is sent to DSPAM to a folder unadulterated. Otherwise, it will be impossible
> >
On Fri, 6 Aug 2010 08:12:42 -0500
Kenneth Marshall wrote:
[...]
> One thing that would help to debug this problem is to save the mail that
> is sent to DSPAM to a folder unadulterated. Otherwise, it will be impossible
> to figure out where the problem lies. I have chased similar bugs in the
> pas
dont know if it should be that way
i made a debug username
and debugoptions everything
when a message comes in and gets in quarantine nothing is in the debug.
only when i retrain by history or forward or trainingscript debug is written
so i cant get anything whats going on during the quarantine
On Fri, Aug 06, 2010 at 02:55:45PM +0200, Stevan Baji?? wrote:
> On Fri, 6 Aug 2010 14:47:36 +0200 (CEST)
> "Imposit.com - webmaster" wrote:
>
> >
> > > Can it be that the message is wrongly sent by your delivery agent?
> > > Does your delivery agent escapes single lines with a dot?
> > >
> >
ok i found something
the mails in the quarantine are corrupted.
but how, why , wtf
postfix sends to dspam as postdrop. dspam sends to quarantine directly or give
it procmail
case procmail mail is good
case quarantine mail is broken
only the quarantine mails have that issue, all other mails (eve
On Fri, 6 Aug 2010 14:47:36 +0200 (CEST)
"Imposit.com - webmaster" wrote:
>
> > Can it be that the message is wrongly sent by your delivery agent?
> > Does your delivery agent escapes single lines with a dot?
> >
>
>
> Negative. There was no change in that since dspam 380. its comming from
>
> Can it be that the message is wrongly sent by your delivery agent?
> Does your delivery agent escapes single lines with a dot?
>
Negative. There was no change in that since dspam 380. its comming from postfix
directly.
theres nothing to change anyting inside a message except dspam :-)
also
On Fri, 6 Aug 2010 13:08:46 +0200 (CEST)
"Imposit.com - webmaster" wrote:
> > It is used in more cases then just that:
> > theia dspam # find . -type f -name "*.c" -exec grep "_ds_get_nextuser"
> > "{}" ";"|wc -l
> > 31
> > theia dspam #
>
> hmm ya i see
> but this means that if a systemuser is
On Fri, 6 Aug 2010 13:13:01 +0200 (CEST)
"Imposit.com - webmaster" wrote:
> btw another thing.
> Ife still issue with the quarantine.
>
> it worked today sometimes but i get very often
>
> Aug 6 13:09:56 mail dspam[15519]: Unable to find a valid signature. Aborting.
> Aug 6 13:09:56 mail dsp
On Fri, 6 Aug 2010 14:05:31 +0200 (CEST)
"Imposit.com - webmaster" wrote:
> i checkt the signature in the quarantined message - to the database
> i found it there - with the correct UID
> i send it to deliver and get unable to find valid signature again
>
> ok the debug shows me the following
>
i checkt the signature in the quarantined message - to the database
i found it there - with the correct UID
i send it to deliver and get unable to find valid signature again
ok the debug shows me the following
18644: [08/06/2010 13:56:50] DSPAM Instance Startup
18644: [08/06/2010 13:56:50] input
btw another thing.
Ife still issue with the quarantine.
it worked today sometimes but i get very often
Aug 6 13:09:56 mail dspam[15519]: Unable to find a valid signature. Aborting.
Aug 6 13:09:56 mail dspam[15519]: process_message returned error -5. dropping
message.
in the maillog if i try
> It is used in more cases then just that:
> theia dspam # find . -type f -name "*.c" -exec grep "_ds_get_nextuser"
> "{}" ";"|wc -l
> 31
> theia dspam #
hmm ya i see
but this means that if a systemuser is delete and has still a statsentry that i
can affect more than simply stats
so a better han
On Fri, 6 Aug 2010 12:29:06 +0200 (CEST)
"Imposit.com - webmaster" wrote:
>
> > That is such a case. The return NULL is okay but I must introduce
> > another return value to tell others calling the function that the user
> > is unknown (aka NULL) but that there are still other users to check.
>
> That is such a case. The return NULL is okay but I must introduce
> another return value to tell others calling the function that the user
> is unknown (aka NULL) but that there are still other users to check.
> Maybe I will add to hash and sqlite the iter_user variable and set
> that to NULL if
On Fri, 6 Aug 2010 12:05:01 +0200 (CEST)
"Imposit.com - webmaster" wrote:
>
> > > Not urgent for me. Since i know the problem i added a script to
> > delete the stats if a user gets deleted.
> > > hmm i dont knwo really the code but why not simply check at first if
> > uid exist if not uid +1 an
okok its not :-)
im reading now the holw function..
long time ago i had to read c code :-)
--
This SF.net email is sponsored by
Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net
> > Not urgent for me. Since i know the problem i added a script to
> delete the stats if a user gets deleted.
> > hmm i dont knwo really the code but why not simply check at first if
> uid exist if not uid +1 and try it again, this should loop uid +1
> until end.
> > but you need a highers uid in
On Fri, 6 Aug 2010 11:52:03 +0200 (CEST)
"Imposit.com - webmaster" wrote:
> | The issue is not in admin.cgi but in the way how _ds_get_nextuser()
> | works. Calling _ds_get_nextuser() should return a list of known DSPAM
> | users. As soon there are no more users the function is returning a
> | NU
On Fri, 6 Aug 2010 11:39:00 +0200 (CEST)
"Imposit.com - webmaster" wrote:
>
> | >
> | You once posted already about that and I could not reproduce this on
> | my end. Regardless how many directories I delete.
>
>
> Yes i did, and yes you did. Anyway i found it again.
> Its interresting. Ok i
| The issue is not in admin.cgi but in the way how _ds_get_nextuser()
| works. Calling _ds_get_nextuser() should return a list of known DSPAM
| users. As soon there are no more users the function is returning a
| NULL. And dspam_stats is handling a NULL as end of list (aka: no more
| users). Howeve
p
| >
| Each individual directory has the user as owner? Really? Why?
|
ahja ahm i dont know anymore what the issue was.
i use postdrop method and i think i had some issues with quarantine mails or
get it back or something like that.
(its very looong ago).
so the workign method for me was - gi
On Fri, 6 Aug 2010 03:23:54 +0200 (CEST)
"Imposit.com - webmaster" wrote:
> Hello,
>
> So this time a real bug not just a stupid assbitting mistake :-)
> and a curiose error but first lets stick to the bug.
>
>
> Following Setup
> Dspam 3.9.1
> Mysql Driver
> Systemusers (no virtual)
>
> Whe
| >
| You once posted already about that and I could not reproduce this on
| my end. Regardless how many directories I delete.
Yes i did, and yes you did. Anyway i found it again.
Its interresting. Ok i reproduced it now exactly...
ok i was a bit wrong (another 3am thing :-)
Youre right its n
On Fri, 6 Aug 2010 03:23:54 +0200 (CEST)
"Imposit.com - webmaster" wrote:
> Hello,
>
> So this time a real bug not just a stupid assbitting mistake :-)
> and a curiose error but first lets stick to the bug.
>
>
> Following Setup
> Dspam 3.9.1
> Mysql Driver
> Systemusers (no virtual)
>
> Whe
rdam/Berlin/Bern/Rom/Stockholm/Wien
| Betreff: Re: [Dspam-devel] Webui BUG Admin Console with Real user
|
| i think i found something.
| ife got no tokens for my users.
| i try to use a merged group at the moment (gloabl group named dspam)
| and trained that group
|
| but there are no tokens referi
i think i found something.
ife got no tokens for my users.
i try to use a merged group at the moment (gloabl group named dspam)
and trained that group
but there are no tokens refering to the uid at the moment
and i get a mail log error Skipping retraining for signature with 0 tokens
interrestin
Hello,
So this time a real bug not just a stupid assbitting mistake :-)
and a curiose error but first lets stick to the bug.
Following Setup
Dspam 3.9.1
Mysql Driver
Systemusers (no virtual)
When i delete a Userdirectory /var/spool/dpsm/data/* in the System WHICH HAS AN
ENTRY in dspam_stats t
29 matches
Mail list logo