Gnus development mailing list
 help / color / mirror / Atom feed
* Message-ID vs email address
@ 2003-02-21 13:26 Florian Weimer
  2003-02-21 13:34 ` Simon Josefsson
  2003-02-21 15:43 ` Kai Großjohann
  0 siblings, 2 replies; 8+ messages in thread
From: Florian Weimer @ 2003-02-21 13:26 UTC (permalink / raw)


I've committed Reiner Steib's elisp translation of my Message-ID/email
discrimination algorithm.  I hope this is enough to confirm that this
code is part of Gnus and falls under my assignment contract.

(Of course, nowadays, Bayesian classification would be more apt.)

2003-02-21  Florian Weimer  <fw@deneb.enyo.de>
	From Reiner Steib  <Reiner.Steib@gmx.de>.

	* gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): New
	variable, used in `gnus-button-mid-or-mail-heuristic'.
	(gnus-button-mid-or-mail-heuristic): New function derived from
	Florian Weimer's Perl script.
	(gnus-button-handle-mid-or-mail): Allow a function instead of
	'guess.
	(gnus-button-guessed-mid-regexp): Removed.



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

* Re: Message-ID vs email address
  2003-02-21 13:26 Message-ID vs email address Florian Weimer
@ 2003-02-21 13:34 ` Simon Josefsson
  2003-02-21 14:19   ` Florian Weimer
  2003-02-21 15:43 ` Kai Großjohann
  1 sibling, 1 reply; 8+ messages in thread
From: Simon Josefsson @ 2003-02-21 13:34 UTC (permalink / raw)


Florian Weimer <fw@deneb.enyo.de> writes:

> I've committed Reiner Steib's elisp translation of my Message-ID/email
> discrimination algorithm.  I hope this is enough to confirm that this
> code is part of Gnus and falls under my assignment contract.

Are your assignment problems solved?  Should we include gpg.el?




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

* Re: Message-ID vs email address
  2003-02-21 13:34 ` Simon Josefsson
@ 2003-02-21 14:19   ` Florian Weimer
  2003-02-21 15:38     ` Simon Josefsson
  0 siblings, 1 reply; 8+ messages in thread
From: Florian Weimer @ 2003-02-21 14:19 UTC (permalink / raw)


Simon Josefsson <jas@extundo.com> writes:

> Florian Weimer <fw@deneb.enyo.de> writes:
>
>> I've committed Reiner Steib's elisp translation of my Message-ID/email
>> discrimination algorithm.  I hope this is enough to confirm that this
>> code is part of Gnus and falls under my assignment contract.
>
> Are your assignment problems solved?

The problems I faced are of a different kind.  The FSF has papers for
Gnus (and GCC), but just for Gnus and not Emacs.

> Should we include gpg.el?

Is it still necessary?  I suppose it has been obsoleted by PGG, hasn't
it?

Anyway, I'm still not the copyright owner.



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

* Re: Message-ID vs email address
  2003-02-21 14:19   ` Florian Weimer
@ 2003-02-21 15:38     ` Simon Josefsson
  2003-02-21 19:48       ` Florian Weimer
  0 siblings, 1 reply; 8+ messages in thread
From: Simon Josefsson @ 2003-02-21 15:38 UTC (permalink / raw)


Florian Weimer <fw@deneb.enyo.de> writes:

>> Should we include gpg.el?
>
> Is it still necessary?  I suppose it has been obsoleted by PGG, hasn't
> it?

Sort of, gpg.el still implements some key related stuff (snarf key
from incoming message, insert key block in outgoing message, etc) that
would be useful.  OTOH, simply including gpg.el wouldn't make the
features available, as most of the work is in gluing the features into
Gnus (menubars, MML etc).  So when that is done PGG could be enhanced
instead, which shouldn't be that difficult.

> Anyway, I'm still not the copyright owner.

Ah.  Right.




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

* Re: Message-ID vs email address
  2003-02-21 13:26 Message-ID vs email address Florian Weimer
  2003-02-21 13:34 ` Simon Josefsson
@ 2003-02-21 15:43 ` Kai Großjohann
  2003-02-21 19:38   ` Florian Weimer
  1 sibling, 1 reply; 8+ messages in thread
From: Kai Großjohann @ 2003-02-21 15:43 UTC (permalink / raw)


Florian Weimer <fw@deneb.enyo.de> writes:

> I've committed Reiner Steib's elisp translation of my Message-ID/email
> discrimination algorithm.  I hope this is enough to confirm that this
> code is part of Gnus and falls under my assignment contract.

Hm?  Reiner has his own assignment on file, so this is a moot point.

But why do you think it matters who commits the code?
-- 
A preposition is not a good thing to end a sentence with.



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

* Re: Message-ID vs email address
  2003-02-21 15:43 ` Kai Großjohann
@ 2003-02-21 19:38   ` Florian Weimer
  2003-02-21 20:20     ` Kai Großjohann
  0 siblings, 1 reply; 8+ messages in thread
From: Florian Weimer @ 2003-02-21 19:38 UTC (permalink / raw)
  Cc: ding

kai.grossjohann@uni-duisburg.de (Kai Großjohann) writes:

>> I've committed Reiner Steib's elisp translation of my Message-ID/email
>> discrimination algorithm.  I hope this is enough to confirm that this
>> code is part of Gnus and falls under my assignment contract.
>
> Hm?  Reiner has his own assignment on file, so this is a moot point.
>
> But why do you think it matters who commits the code?

His work is a translation of mine, to some degree, so it might be a
derivate work under copyright.  We are just very careful. 8-)



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

* Re: Message-ID vs email address
  2003-02-21 15:38     ` Simon Josefsson
@ 2003-02-21 19:48       ` Florian Weimer
  0 siblings, 0 replies; 8+ messages in thread
From: Florian Weimer @ 2003-02-21 19:48 UTC (permalink / raw)


Simon Josefsson <jas@extundo.com> writes:

>> Is it still necessary?  I suppose it has been obsoleted by PGG, hasn't
>> it?
>
> Sort of, gpg.el still implements some key related stuff (snarf key
> from incoming message, insert key block in outgoing message, etc) that
> would be useful.

I see.  I need some backend for gpg-ring.el, too, if I ever want to
finish this project.

Most of the complexity of gpg.el stems from the fact that it is
configurable to almost arbitrary command line syntax.  Initially, you
could configure gpg.el to use some version of PGP instead of GnuPG
(that's why the --status-fd wasn't used).  Nowadays, this is just
useless cruft...

IOW, a rewrite of gpg.el would be *much* shorter and simpler.



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

* Re: Message-ID vs email address
  2003-02-21 19:38   ` Florian Weimer
@ 2003-02-21 20:20     ` Kai Großjohann
  0 siblings, 0 replies; 8+ messages in thread
From: Kai Großjohann @ 2003-02-21 20:20 UTC (permalink / raw)


Florian Weimer <fw@deneb.enyo.de> writes:

> His work is a translation of mine, to some degree

Ah!  Thanks.
-- 
A preposition is not a good thing to end a sentence with.



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

end of thread, other threads:[~2003-02-21 20:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-21 13:26 Message-ID vs email address Florian Weimer
2003-02-21 13:34 ` Simon Josefsson
2003-02-21 14:19   ` Florian Weimer
2003-02-21 15:38     ` Simon Josefsson
2003-02-21 19:48       ` Florian Weimer
2003-02-21 15:43 ` Kai Großjohann
2003-02-21 19:38   ` Florian Weimer
2003-02-21 20:20     ` Kai Großjohann

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).