Ted Zlatanov <[email protected]> writes:
> Look for the dump of the RSS entries, and specifically any fields that
> mutate between two fetches.  In other words, you have:
>
> fetch A:
>  entry E1:
>   field P: "hello"
>   fielq Q: "bye"
>
> fetch B:
>  entry E2:
>   field P: "hello"
>   fielq Q: "bye again"
>
> nnrss computes a hash based on P and Q and all the other fields in the
> entry, so you have to find what Qs change between fetch A and fetch B
> and ignore those Qs.
>
> Ted
Right, so if I've got this right, I can look for where the same message
is downloaded with different hashes and then compare the message to see
which field changed? 

I'm a bit overwhelmed with the sheer volume of text
this has generated, so I'm trying to simplifiy things a little...



_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to