Gnus development mailing list
 help / color / mirror / Atom feed
* [BUG]: problem when entering my spam group
@ 2003-12-19 11:04 Xavier Maillard
  2003-12-23 18:21 ` Ted Zlatanov
  0 siblings, 1 reply; 10+ messages in thread
From: Xavier Maillard @ 2003-12-19 11:04 UTC (permalink / raw)


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


hi,

I don't know what happened but since this morning, I can't access my
spam group anymore.

I used to check it twice a day before and it worked well. I didn't
update my Gnus copy nor made any changes on my gnus configuration.

Enclosed is the backtrace of the problem:

Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
  gnus-dup-unsuppress-article(3205)
  gnus-mark-article-as-unread(3205 36)
  gnus-summary-mark-article(3205 36)
  spam-mark-junk-as-spam-routine()
  spam-summary-prepare()
  run-hooks(gnus-summary-prepare-hook)
  apply(run-hooks gnus-summary-prepare-hook)
  gnus-run-hooks(gnus-summary-prepare-hook)
  gnus-summary-prepare()
  gnus-summary-read-group-1("nnml+gnu-rox.org:mail.spam.proven" t t nil nil nil)
  gnus-summary-read-group("nnml+gnu-rox.org:mail.spam.proven" t t nil nil nil nil)
  gnus-group-read-group(nil t)
  gnus-group-select-group(nil)
  gnus-topic-select-group(nil)
  call-interactively(gnus-topic-select-group)

The mail.spam.proven group is the group holding all spams (no ham
possible there). It is the destination/targer for messages marked as
spam manually or for messages detected as spam during spam-split
process and waiting in the spam.candidates groups for checking.

Any idea welcom :)

zeDek
-- 
.o.   Xavier Maillard            Tel: +33 6 62 59 68 62
..o  
ooo   


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

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

* Re: [BUG]: problem when entering my spam group
  2003-12-19 11:04 [BUG]: problem when entering my spam group Xavier Maillard
@ 2003-12-23 18:21 ` Ted Zlatanov
  2003-12-23 23:23   ` Xavier Maillard
  0 siblings, 1 reply; 10+ messages in thread
From: Ted Zlatanov @ 2003-12-23 18:21 UTC (permalink / raw)


On Fri, 19 Dec 2003, zedek@gnu-rox.org wrote:


> hi,
> 
> I don't know what happened but since this morning, I can't access my
> spam group anymore.
> 
> I used to check it twice a day before and it worked well. I didn't
> update my Gnus copy nor made any changes on my gnus configuration.
> 
> Enclosed is the backtrace of the problem:
> 
> Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
>   gnus-dup-unsuppress-article(3205) 
>   gnus-mark-article-as-unread(3205 36) 
>   gnus-summary-mark-article(3205 36)

Hmm, looks like something is wrong when you try to mark the article
3205 as spam (36 is "$") but I can't figure out why that may be
happening.  I don't think it's related to spam.el.

Ted



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

* Re: [BUG]: problem when entering my spam group
  2003-12-23 18:21 ` Ted Zlatanov
@ 2003-12-23 23:23   ` Xavier Maillard
  2003-12-24 15:14     ` Ted Zlatanov
  2003-12-31  2:03     ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 10+ messages in thread
From: Xavier Maillard @ 2003-12-23 23:23 UTC (permalink / raw)


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

Ted Zlatanov <tzz@lifelogs.com> disait récemment que :

> On Fri, 19 Dec 2003, zedek@gnu-rox.org wrote:
>
>> hi,
>> 
>> I don't know what happened but since this morning, I can't access my
>> spam group anymore.
>> 
>> I used to check it twice a day before and it worked well. I didn't
>> update my Gnus copy nor made any changes on my gnus configuration.
>> 
>> Enclosed is the backtrace of the problem:
>> 
>> Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
>>   gnus-dup-unsuppress-article(3205) 
>>   gnus-mark-article-as-unread(3205 36) 
>>   gnus-summary-mark-article(3205 36)
>
> Hmm, looks like something is wrong when you try to mark the article
> 3205 as spam (36 is "$") but I can't figure out why that may be
> happening.  I don't think it's related to spam.el.

Well, I deleted the incriminated mails (checking it was a real spam :))
and problem has occured again tonight with another wrong-type-argument
error.

Do you have any hint on what I should check here ?

Thank you.

> Ted

zeDek
-- 
Xavier Maillard
7 rue Jeanne Jugan, 51100 Reims, France
phone: +33 3 26 77 02 21, mobile: +33 6 62 59 68 62
email: zedek@gnu-rox.org


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

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

* Re: [BUG]: problem when entering my spam group
  2003-12-23 23:23   ` Xavier Maillard
@ 2003-12-24 15:14     ` Ted Zlatanov
  2003-12-31  2:03     ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 10+ messages in thread
From: Ted Zlatanov @ 2003-12-24 15:14 UTC (permalink / raw)


On Wed, 24 Dec 2003, zedek@gnu-rox.org wrote:

>>> Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
>>>   gnus-dup-unsuppress-article(3205) 
>>>   gnus-mark-article-as-unread(3205 36) 
>>>   gnus-summary-mark-article(3205 36)
 
> Well, I deleted the incriminated mails (checking it was a real spam
> :)) and problem has occured again tonight with another
> wrong-type-argument error.
> 
> Do you have any hint on what I should check here ?

Look at gnus-dup-unsuppress-article and use (debug) statements to see
where the error is (after you put a (debug), use C-x C-e to
re-evaluate the function).  It is being invoked correctly (3205, the
article number, should be its only parameter).

from gnus-dup.el:

(defun gnus-dup-unsuppress-article (article)
  "Stop suppression of ARTICLE."
  (let ((id (mail-header-id (gnus-data-header (gnus-data-find article)))))
    (when id
      (setq gnus-dup-list-dirty t)
      (setq gnus-dup-list (delete id gnus-dup-list))
      (unintern id gnus-dup-hashtb))))

The problem could be a bad gnus-data-header, the unintern call, or the
delete call.  I don't know for sure, since I haven't observed this
problem myself.

Ted



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

* Re: [BUG]: problem when entering my spam group
  2003-12-23 23:23   ` Xavier Maillard
  2003-12-24 15:14     ` Ted Zlatanov
@ 2003-12-31  2:03     ` Lars Magne Ingebrigtsen
  2003-12-31  8:18       ` Xavier Maillard
  1 sibling, 1 reply; 10+ messages in thread
From: Lars Magne Ingebrigtsen @ 2003-12-31  2:03 UTC (permalink / raw)


Xavier Maillard <zedek@gnu-rox.org> writes:

> Well, I deleted the incriminated mails (checking it was a real spam :))
> and problem has occured again tonight with another wrong-type-argument
> error.

Try loading the gnus-dup.el file to get a fuller backtrace...

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




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

* Re: [BUG]: problem when entering my spam group
  2003-12-31  2:03     ` Lars Magne Ingebrigtsen
@ 2003-12-31  8:18       ` Xavier Maillard
       [not found]         ` <87n099we51.fsf@jbms.ath.cx>
  0 siblings, 1 reply; 10+ messages in thread
From: Xavier Maillard @ 2003-12-31  8:18 UTC (permalink / raw)


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

On 31 Dec 2003, Lars Magne Ingebrigtsen<larsi@gnus.org> verbalized:
> Xavier Maillard <zedek@gnu-rox.org> writes:
>
>> Well, I deleted the incriminated mails (checking it was a real spam
>> :)) and problem has occured again tonight with another
>> wrong-type-argument error.
>
> Try loading the gnus-dup.el file to get a fuller backtrace...

In fact the problem went out when I fixed my spam configuration. I
can't remember what was wrong but I am now sure it was something with
my spam configuration.

Cheers,

zeDek
-- 
No e-patents, pas de brevets logiciels
Pétition contre les brevets logiciels : http://petition.eurolinux.org


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

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

* Re: [BUG]: problem when entering my spam group
       [not found]         ` <87n099we51.fsf@jbms.ath.cx>
@ 2003-12-31 18:39           ` Xavier Maillard
       [not found]             ` <plop87fzf0hlwb.fsf-icAv0V0KtPVAfugRpC6u6w@public.gmane.org>
  0 siblings, 1 reply; 10+ messages in thread
From: Xavier Maillard @ 2003-12-31 18:39 UTC (permalink / raw)


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

On 31 Dec 2003, Jeremy Maitin-Shepard<jbms@attbi.com> stated:
> In case you didn't already know, your signatures are bad on the
> messages you've been posting.

AFAIK, this is a well known problem here. For a reason I don't know,
all messages arriving on this list with such a tag fail in Gnus.

Others here can be more talkative at this but I am sure it is a problem
with the mailing list manager software.

zeDek
-- 
  "GNU is my religion"

.O.  Xavier Maillard 
..O   Reims - France 
OOO  +33 6 62 59 68 62 


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

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

* Re: [BUG]: problem when entering my spam group
       [not found]             ` <plop87fzf0hlwb.fsf-icAv0V0KtPVAfugRpC6u6w@public.gmane.org>
@ 2004-01-05 22:39               ` Jochen Küpper
  2004-01-06 19:05               ` PGP/mime problems on ding (was: [BUG]: problem when entering my spam group) Jochen Küpper
  1 sibling, 0 replies; 10+ messages in thread
From: Jochen Küpper @ 2004-01-05 22:39 UTC (permalink / raw)


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

On Wed, 31 Dec 2003 19:39:32 +0100 Xavier Maillard wrote:

zeDek> On 31 Dec 2003, Jeremy Maitin-Shepard<jbms-K2GnTyEPumIAvxtiuMwx3w@public.gmane.org> stated:
>> In case you didn't already know, your signatures are bad on the
>> messages you've been posting.

zeDek> AFAIK, this is a well known problem here. For a reason I don't know,
zeDek> all messages arriving on this list with such a tag fail in Gnus.

I think it was! Apparently the ml maintainer fixed it recently, long
while but finally well! Thanks.

,----[expanded PGG-button of parent message]
| [[PGP Signed Part:Xavier Maillard <xavier.maillard-icAv0V0KtPVAfugRpC6u6w@public.gmane.org>
| Untrusted, Fingerprint: FDB0 EE1F 33E5 8C22 5E3E 96E7 6900 CA9B 1E02 8EA5]
| Signature made Wed Dec 31 19:39:35 2003 CEST using DSA key ID 1E028EA5
| Good signature from "Xavier Maillard <xavier.maillard-icAv0V0KtPVAfugRpC6u6w@public.gmane.org>"
|                 aka "Xavier Maillard (zeDek) <zedek-icAv0V0KtPVAfugRpC6u6w@public.gmane.org>"
| WARNING: This key is not certified with a trusted signature!
|          There is no indication that the signature belongs to the owner.
| [GNUPG:] SIG_ID WCUF1zyk2tJCOH3FMePxUz40IUk 2003-12-31 1072895975
| [GNUPG:] GOODSIG 6900CA9B1E028EA5 Xavier Maillard <xavier.maillard-GrZ7tAkdpuo@public.gmane.orgx.org>
| [GNUPG:] VALIDSIG FDB0EE1F33E58C225E3E96E76900CA9B1E028EA5 2003-12-31 1072895975 0 3 0 17 2 00 FDB0EE1F33E58C225E3E96E76900CA9B1E028EA5
| [GNUPG:] TRUST_UNDEFINED
| Primary key fingerprint: FDB0 EE1F 33E5 8C22 5E3E  96E7 6900 CA9B 1E02 8EA5
| ]
`----

I see that for a few (well at least 1.5) days now.

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheit                http://www.Jochen-Kuepper.de
    Liberté, Égalité, Fraternité                GnuPG key: CC1B0B4D
        (Part 3 you find in my messages before fall 2003.)

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

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

* PGP/mime problems on ding (was: [BUG]: problem when entering my spam group)
       [not found]             ` <plop87fzf0hlwb.fsf-icAv0V0KtPVAfugRpC6u6w@public.gmane.org>
  2004-01-05 22:39               ` Jochen Küpper
@ 2004-01-06 19:05               ` Jochen Küpper
  2004-01-07 20:29                 ` PGP/mime problems on ding James H. Cloos Jr.
  1 sibling, 1 reply; 10+ messages in thread
From: Jochen Küpper @ 2004-01-06 19:05 UTC (permalink / raw)


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


On Mon, 05 Jan 2004 23:39:21 +0100 Jochen Küpper wrote:

Jochen> On Wed, 31 Dec 2003 19:39:32 +0100 Xavier Maillard wrote:

zeDek> On 31 Dec 2003, Jeremy Maitin-Shepard<jbms-K2GnTyEPumIAvxtiuMwx3w@public.gmane.org> stated:
>>> In case you didn't already know, your signatures are bad on the
>>> messages you've been posting.

zeDek> AFAIK, this is a well known problem here. For a reason I don't know,
zeDek> all messages arriving on this list with such a tag fail in Gnus.

Jochen> I think it was! Apparently the ml maintainer fixed it recently, long
Jochen> while but finally well! Thanks.

Ok, no I am confused...

Xavier's messages verify fine here, but my own messages don't?? He
says he's using Gnus 10.4, I'm using No Gnus 0.2. Content type is
specified identically.

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheit                http://www.Jochen-Kuepper.de
    Liberté, Égalité, Fraternité                GnuPG key: CC1B0B4D
        (Part 3 you find in my messages before fall 2003.)

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

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

* Re: PGP/mime problems on ding
  2004-01-06 19:05               ` PGP/mime problems on ding (was: [BUG]: problem when entering my spam group) Jochen Küpper
@ 2004-01-07 20:29                 ` James H. Cloos Jr.
  0 siblings, 0 replies; 10+ messages in thread
From: James H. Cloos Jr. @ 2004-01-07 20:29 UTC (permalink / raw)


>>>>> "Jochen" == Jochen Küpper <jochen@fhi-berlin.mpg.de> writes:

Jochen> Xavier's messages verify fine here, but my own messages
Jochen> don't?? He says he's using Gnus 10.4, I'm using No Gnus
Jochen> 0.2. Content type is specified identically.

Perhaps it is a content-transfer-encoding issue.  I see that the post
I'm replying to has a CTE of qp for the text/plain part.

Or, since your application/pgp-signature part mentions that you are
using a Cygwin version of gnupg, perhaps it is a line-ending issue.
Ie, is something stripping '\r's after the sig is computed?

-JimC




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

end of thread, other threads:[~2004-01-07 20:29 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-12-19 11:04 [BUG]: problem when entering my spam group Xavier Maillard
2003-12-23 18:21 ` Ted Zlatanov
2003-12-23 23:23   ` Xavier Maillard
2003-12-24 15:14     ` Ted Zlatanov
2003-12-31  2:03     ` Lars Magne Ingebrigtsen
2003-12-31  8:18       ` Xavier Maillard
     [not found]         ` <87n099we51.fsf@jbms.ath.cx>
2003-12-31 18:39           ` Xavier Maillard
     [not found]             ` <plop87fzf0hlwb.fsf-icAv0V0KtPVAfugRpC6u6w@public.gmane.org>
2004-01-05 22:39               ` Jochen Küpper
2004-01-06 19:05               ` PGP/mime problems on ding (was: [BUG]: problem when entering my spam group) Jochen Küpper
2004-01-07 20:29                 ` PGP/mime problems on ding James H. Cloos Jr.

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).