Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Balker Rasmussen <gnort@daimi.aau.dk>
Subject: Re: Good Netkeeping Seal of Approval (GNKSA)
Date: 30 Jan 1997 16:06:04 +0100	[thread overview]
Message-ID: <0f915bxkwz.fsf@fraxinus.daimi.aau.dk> (raw)
In-Reply-To: Stig Sandbeck Mathisen's message of 30 Jan 1997 15:22:41 +0100

Stig Sandbeck Mathisen <ssm@online.no> writes:
> One little question: Is it a goal to make Gnus pass the GNKSA test? It
> seems to fail on a rather minor issue...
> 
> Ref: <URL:http://http.bsd.uchicago.edu/~t-pierce/news/gnus-5.3.txt>
 
>From 5.4.8 message.el:

       (cond
	((not from)
	 (message "There is no From line.  Posting is denied.")
	 nil)
	((or (not (string-match "@[^\\.]*\\." ad)) ;larsi@ifi
	     (string-match "\\.\\." ad) ;larsi@ifi..uio
	     (string-match "@\\." ad)	;larsi@.ifi.uio
	     (string-match "\\.$" ad)	;larsi@ifi.uio.
	     (not (string-match "^[^@]+@[^@]+$" ad)) ;larsi.ifi.uio
	     (string-match "(.*).*(.*)" from)) ;(lars) (lars)
	 (message
	  "Denied posting -- the From looks strange: \"%s\"." from)
	 nil)

It seems the current Gnus could pass the GNKSA.  Maybe Gareth Rees could
be persuaded to try again? ;-)
-- 
Lars Balker Rasmussen             <URL:http://www.daimi.aau.dk/~gnort/>

	      I am *not* selling crack from my cubicle!!!


  parent reply	other threads:[~1997-01-30 15:06 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-01-30 14:22 Stig Sandbeck Mathisen
1997-01-30 14:36 ` Lars Magne Ingebrigtsen
1997-01-30 15:06 ` Lars Balker Rasmussen [this message]
1997-01-31 21:17   ` Hunter Kelly
1997-01-31 21:39     ` Lars Balker Rasmussen
1997-01-31 22:54       ` visigoth
1997-01-31 23:24         ` Lars Balker Rasmussen
1997-01-31 23:44         ` Rich Pieri
1997-02-01  0:43           ` Sudish Joseph
1997-02-02  2:36             ` Rich Pieri
1997-01-31 22:17     ` Scott Blachowicz
1997-01-31 22:21     ` William M. Perry
1997-01-31 22:24     ` Sudish Joseph
1997-02-01  0:31       ` Sudish Joseph
1997-02-01  9:08         ` Lars Magne Ingebrigtsen
1997-01-31 23:00     ` Rich Pieri
1997-01-31 23:52     ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0f915bxkwz.fsf@fraxinus.daimi.aau.dk \
    --to=gnort@daimi.aau.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).