Gnus development mailing list
 help / color / mirror / Atom feed
* How can I NOT see SPAM with Content-Type: multipart/related?
@ 1999-01-27  2:41 なかじ
  1999-01-27  4:25 ` Karl Kleinpaste
  1999-01-27  5:12 ` Lars Magne Ingebrigtsen
  0 siblings, 2 replies; 7+ messages in thread
From: なかじ @ 1999-01-27  2:41 UTC (permalink / raw)


I'm using pgnus-0.68 to read/post news.

I find many SPAMs, most of which have a header like
Content-Type: multipart/related;

I want to set lowest score to SPAM. How can I do that?

Thanks

----====----====----====----
NAKAJI Hiroyuki (中治 弘行)


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

* Re: How can I NOT see SPAM with Content-Type: multipart/related?
  1999-01-27  2:41 How can I NOT see SPAM with Content-Type: multipart/related? なかじ
@ 1999-01-27  4:25 ` Karl Kleinpaste
  1999-01-27  5:12 ` Lars Magne Ingebrigtsen
  1 sibling, 0 replies; 7+ messages in thread
From: Karl Kleinpaste @ 1999-01-27  4:25 UTC (permalink / raw)


nakaji@zeisei.dpri.kyoto-u.ac.jp writes:
> I find many SPAMs, most of which have a header like
> Content-Type: multipart/related;
> I want to set lowest score to SPAM. How can I do that?

Add Content-Type to the *-extra-headers symbol lists:

(setq gnus-extra-headers   '(Content-Type)
      nnmail-extra-headers '(Content-Type))

Thereafter, when you get to your first example mail of this sort that
you despise, score down on the "extra" header, confirming Content-Type
when prompted.  You'll end up with a SCORE file entry such as this:

 ("extra"
  ("multipart/related" -1000 nil s "Content-Type"))

If you need to get the score-down effect for old mail you've already
got, you'll have to regenerate overviews:
	M-x nnml-generate-nov-databases RET

--karl


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

* Re: How can I NOT see SPAM with Content-Type: multipart/related?
  1999-01-27  2:41 How can I NOT see SPAM with Content-Type: multipart/related? なかじ
  1999-01-27  4:25 ` Karl Kleinpaste
@ 1999-01-27  5:12 ` Lars Magne Ingebrigtsen
  1999-01-27  5:42   ` なかじ
  1 sibling, 1 reply; 7+ messages in thread
From: Lars Magne Ingebrigtsen @ 1999-01-27  5:12 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=iso-2022-jp-2, Size: 422 bytes --]

^[$B$J$+$8^[(B <nakaji@zeisei.dpri.kyoto-u.ac.jp> writes:

> I find many SPAMs, most of which have a header like
> Content-Type: multipart/related;
> 
> I want to set lowest score to SPAM. How can I do that?

You can score on the "head" "header".

`I h z p Content-Type: multipart/related RET', or something like
that. 

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


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

* Re: How can I NOT see SPAM with Content-Type: multipart/related?
  1999-01-27  5:12 ` Lars Magne Ingebrigtsen
@ 1999-01-27  5:42   ` なかじ
  1999-01-27 12:24     ` Robert Bihlmeyer
  0 siblings, 1 reply; 7+ messages in thread
From: なかじ @ 1999-01-27  5:42 UTC (permalink / raw)


>>>>> "Lars" == Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

>> I want to set lowest score to SPAM. How can I do that?

Lars> You can score on the "head" "header".

Lars> `I h z p Content-Type: multipart/related RET', or something like
Lars> that.

I typed `I h z p Content-Type: multipart/ RET' not to see other
multipart/alternative articles. Fine.

Anyway, Thanks.
I need also learn more about `scoring'.

----====----====----====----
NAKAJI Hiroyuki (中治 弘行)


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

* Re: How can I NOT see SPAM with Content-Type: multipart/related?
  1999-01-27  5:42   ` なかじ
@ 1999-01-27 12:24     ` Robert Bihlmeyer
  1999-01-27 14:26       ` なかじ
  0 siblings, 1 reply; 7+ messages in thread
From: Robert Bihlmeyer @ 1999-01-27 12:24 UTC (permalink / raw)


Hi,

>>>>> On Wed, 27 Jan 1999 14:42:35 +0900
>>>>> =?iso-2022-jp?B?GyRCJEokKyQ4GyhC?= <nakaji@zeisei.dpri.kyoto-u.ac.jp> said:

 Hiroyuki> I typed `I h z p Content-Type: multipart/ RET' not to see
 Hiroyuki> other multipart/alternative articles. Fine.

Erm, doesn't this *increase* the score of multipart messages? You
probably mean L h z p ...

	Robbe

-- 
Robert Bihlmeyer	reads: Deutsch, English, MIME, Latin-1, NO SPAM!
<robbe@orcus.priv.at>	<http://stud2.tuwien.ac.at/~e9426626/sig.html>


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

* Re: How can I NOT see SPAM with Content-Type: multipart/related?
  1999-01-27 12:24     ` Robert Bihlmeyer
@ 1999-01-27 14:26       ` なかじ
  1999-01-27 14:38         ` Robert Bihlmeyer
  0 siblings, 1 reply; 7+ messages in thread
From: なかじ @ 1999-01-27 14:26 UTC (permalink / raw)


>>>>> "Robbe" == Robert Bihlmeyer <e9426626@stud2.tuwien.ac.at> writes:

Hiroyuki> I typed `I h z p Content-Type: multipart/ RET' not to see
Hiroyuki> other multipart/alternative articles. Fine.

Robbe> Erm, doesn't this *increase* the score of multipart messages? 
Robbe> You probably mean L h z p ...

Yes. The way Lars told me increased the score so that I, who did not
know the `L', needed modify SCORE file to *decrease* the score
manually.

Thanks for the `L' information.

----====----====----====----
NAKAJI Hiroyuki (中治 弘行)


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

* Re: How can I NOT see SPAM with Content-Type: multipart/related?
  1999-01-27 14:26       ` なかじ
@ 1999-01-27 14:38         ` Robert Bihlmeyer
  0 siblings, 0 replies; 7+ messages in thread
From: Robert Bihlmeyer @ 1999-01-27 14:38 UTC (permalink / raw)


Hi,

>>>>> "Robbe" == Robert Bihlmeyer <e9426626@stud2.tuwien.ac.at> writes:

 Hiroyuki> Yes. The way Lars told me increased the score so that I,
 Hiroyuki> who did not know the `L', needed modify SCORE file to
 Hiroyuki> *decrease* the score manually.

One of Larsi's evil schemes - thwarted once again.

	Robbe

-- 
Robert Bihlmeyer	reads: Deutsch, English, MIME, Latin-1, NO SPAM!
<robbe@orcus.priv.at>	<http://stud2.tuwien.ac.at/~e9426626/sig.html>


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

end of thread, other threads:[~1999-01-27 14:38 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-01-27  2:41 How can I NOT see SPAM with Content-Type: multipart/related? なかじ
1999-01-27  4:25 ` Karl Kleinpaste
1999-01-27  5:12 ` Lars Magne Ingebrigtsen
1999-01-27  5:42   ` なかじ
1999-01-27 12:24     ` Robert Bihlmeyer
1999-01-27 14:26       ` なかじ
1999-01-27 14:38         ` Robert Bihlmeyer

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