* archives?
@ 2001-03-06 10:28 Tracy R Reed
2001-03-06 15:56 ` archives? Stephen Smalley
2001-03-09 18:06 ` archives? Tracy R Reed
0 siblings, 2 replies; 12+ messages in thread
From: Tracy R Reed @ 2001-03-06 10:28 UTC (permalink / raw)
To: selinux
I'm new to the list (no traffic so far but I've only been on a day or two)
and I am wondering if there are archives out there somewhere so I can get
up to speed. I don't see any mailing list archives on the selinux webpage.
--
Tracy Reed http://www.ultraviolet.org
--
You have received this message because you are subscribed to the selinux list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: archives?
2001-03-06 10:28 archives? Tracy R Reed
@ 2001-03-06 15:56 ` Stephen Smalley
2001-03-06 17:26 ` Thoughts on the list Matt Schroeder
2001-03-09 18:06 ` archives? Tracy R Reed
1 sibling, 1 reply; 12+ messages in thread
From: Stephen Smalley @ 2001-03-06 15:56 UTC (permalink / raw)
To: Tracy R Reed; +Cc: selinux
You can obtain the official archives by sending email to
majordomo@tycho.nsa.gov with the index and get commands.
A unofficial archive is available at
http://marc.theaimsgroup.com/?l=selinux, but hopefully
the NSA will have an official archive on their web pages
soon. An updated release should be available soon based
on the 2.4.2 kernel.
--
Stephen D. Smalley, NAI Labs
sds@tislabs.com
On Tue, 6 Mar 2001, Tracy R Reed wrote:
> I'm new to the list (no traffic so far but I've only been on a day or two)
> and I am wondering if there are archives out there somewhere so I can get
> up to speed. I don't see any mailing list archives on the selinux webpage.
>
> --
> Tracy Reed http://www.ultraviolet.org
>
> --
> You have received this message because you are subscribed to the selinux list.
> If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
> the words "unsubscribe selinux" without quotes as the message.
>
--
You have received this message because you are subscribed to the selinux list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Thoughts on the list...
2001-03-06 15:56 ` archives? Stephen Smalley
@ 2001-03-06 17:26 ` Matt Schroeder
2001-03-13 16:42 ` Jim Popovitch
` (2 more replies)
0 siblings, 3 replies; 12+ messages in thread
From: Matt Schroeder @ 2001-03-06 17:26 UTC (permalink / raw)
To: selinux
Am I the only one who wishes the email list daemon added some recognizeable
text to the subject so as to filter the email easier? For instance,
Subject: [selinux] Re: blah blah subject
Just curious.
--
You have received this message because you are subscribed to the selinux list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Thoughts on the list...
@ 2001-03-06 18:28 Jesse Pollard
0 siblings, 0 replies; 12+ messages in thread
From: Jesse Pollard @ 2001-03-06 18:28 UTC (permalink / raw)
To: schroema, selinux
>
> Am I the only one who wishes the email list daemon added some recognizeable
> text to the subject so as to filter the email easier? For instance,
>
> Subject: [selinux] Re: blah blah subject
>
> Just curious.
Please don't - the subject lines tend to get long enough already.
Filtering should be done based on the "From " line anyway. If your
mail handler is stripping it off - get a better mail handler.
There are entirely too many limitations to MS mail support. I use
the full header information for tracing, and identification. Only
the first line of a mail message can be trusted (the "From " header)
All else is provided as an aid for debugging/tracing. I suspect
that your MS Outlook Express, is stripping it all off- without the
first line you cannot reliably identify the source (or transfer point)
of the message. If you don't have some trust in the rest of the headers
(the "Received:" headers) you have no way to track how far the message
has gone. Or detect when a message is in a loop
-------------------------------------------------------------------------
Jesse I Pollard, II
Email: pollard@navo.hpc.mil
Any opinions expressed are solely my own.
--
You have received this message because you are subscribed to the selinux list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Thoughts on the list...
@ 2001-03-06 19:38 Joshua Brindle
2001-03-07 8:12 ` Chris Crowther
0 siblings, 1 reply; 12+ messages in thread
From: Joshua Brindle @ 2001-03-06 19:38 UTC (permalink / raw)
To: schroema, selinux
Why not filter on the To: field? <selinux@tycho.nsa.gov>
Joshua Brindle
>>> "Matt Schroeder" <schroema@hotmail.com> 03/06/01 11:26AM >>>
Am I the only one who wishes the email list daemon added some recognizeable
text to the subject so as to filter the email easier? For instance,
Subject: [selinux] Re: blah blah subject
Just curious.
--
You have received this message because you are subscribed to the selinux list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
--
You have received this message because you are subscribed to the selinux list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Thoughts on the list...
2001-03-06 19:38 Joshua Brindle
@ 2001-03-07 8:12 ` Chris Crowther
0 siblings, 0 replies; 12+ messages in thread
From: Chris Crowther @ 2001-03-07 8:12 UTC (permalink / raw)
To: selinux
On Tue, 6 Mar 2001, Joshua Brindle wrote:
> Why not filter on the To: field? <selinux@tycho.nsa.gov>
I personaly just use a procmail filter:
:0:
* ^TO_selinux@tycho.nsa.gov
security.nsa.SEL
Works fine for me, the ^TO_ procmail rule will catch the address
anywhere in the To:, Cc: or Fwd-To: headers.
--
Chris Crowther
shad0w@shad0w.org
http://www.shad0w.org.uk/
--
You have received this message because you are subscribed to the selinux list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: archives?
2001-03-06 10:28 archives? Tracy R Reed
2001-03-06 15:56 ` archives? Stephen Smalley
@ 2001-03-09 18:06 ` Tracy R Reed
1 sibling, 0 replies; 12+ messages in thread
From: Tracy R Reed @ 2001-03-09 18:06 UTC (permalink / raw)
To: selinux
On Tue, Mar 06, 2001 at 02:28:49AM -0800, Tracy R Reed wrote:
> I'm new to the list (no traffic so far but I've only been on a day or two)
> and I am wondering if there are archives out there somewhere so I can get
> up to speed. I don't see any mailing list archives on the selinux webpage.
Ok, I did NOT send this same email 4 times. Something is broken and
judging from the headers I don't think anyone will be too shocked to find
that it is an Exchange server:
Received: from mail pickup service by mail.satx.rr.com with Microsoft
SMTPSVC;
Fri, 9 Mar 2001 05:50:55 -0600
Received: from sm3.texas.rr.com ([24.93.35.210]) by mail.satx.rr.com with
Microsoft SMTPSVC(5.5.1877.537.53); Tue, 6 Mar 2001 09:32:34 -0600
--
Tracy Reed http://www.ultraviolet.org
"I want an Internet. Can I have one of those?" -- Spice Girl Mel B.,
aka Scary Spice, pointing to a monitor during an AOL press conference
--
You have received this message because you are subscribed to the selinux list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Thoughts on the list...
2001-03-06 17:26 ` Thoughts on the list Matt Schroeder
@ 2001-03-13 16:42 ` Jim Popovitch
2001-03-13 17:22 ` Jeffry Smith
2001-03-13 18:36 ` Nicholas Bastin
2 siblings, 0 replies; 12+ messages in thread
From: Jim Popovitch @ 2001-03-13 16:42 UTC (permalink / raw)
To: Matt Schroeder, selinux
Matt,
Can't you just filter on To = selinux@tycho.nsa.gov, that's what I do
with Yahoo! mail.
-Jim P.
--- Matt Schroeder <schroema@hotmail.com> wrote:
> Am I the only one who wishes the email list daemon added some
> recognizeable
> text to the subject so as to filter the email easier? For instance,
>
> Subject: [selinux] Re: blah blah subject
>
> Just curious.
>
> --
> You have received this message because you are subscribed to the
> selinux list.
> If you no longer wish to subscribe, send mail to
> majordomo@tycho.nsa.gov with
> the words "unsubscribe selinux" without quotes as the message.
>
> --
> You have received this message because you are subscribed to the
> selinux list.
> If you no longer wish to subscribe, send mail to
> majordomo@tycho.nsa.gov with
> the words "unsubscribe selinux" without quotes as the message.
__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/
--
You have received this message because you are subscribed to the selinux list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Thoughts on the list...
2001-03-06 17:26 ` Thoughts on the list Matt Schroeder
2001-03-13 16:42 ` Jim Popovitch
@ 2001-03-13 17:22 ` Jeffry Smith
2001-03-13 18:36 ` Nicholas Bastin
2 siblings, 0 replies; 12+ messages in thread
From: Jeffry Smith @ 2001-03-13 17:22 UTC (permalink / raw)
To: Matt Schroeder; +Cc: selinux
Matt Schroeder said:
> Am I the only one who wishes the email list daemon added some recognizeable
> text to the subject so as to filter the email easier? For instance,
>
> Subject: [selinux] Re: blah blah subject
>
Nope. Filter on the from / to / sender lines. If your mail client is
stripping those off, get a new mail client.
jeff
--
You have received this message because you are subscribed to the selinux list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 12+ messages in thread
* RE: Thoughts on the list...
@ 2001-03-13 17:47 Laverty, James
0 siblings, 0 replies; 12+ messages in thread
From: Laverty, James @ 2001-03-13 17:47 UTC (permalink / raw)
To: selinux
Filter based on e-mail from selinux@tycho.nsa.gov
-----Original Message-----
From: Matt Schroeder [mailto:schroema@hotmail.com]
Sent: Tuesday, March 06, 2001 12:26 PM
To: selinux@tycho.nsa.gov
Subject: Thoughts on the list...
Am I the only one who wishes the email list daemon added some recognizeable
text to the subject so as to filter the email easier? For instance,
Subject: [selinux] Re: blah blah subject
Just curious.
--
You have received this message because you are subscribed to the selinux list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Thoughts on the list...
2001-03-06 17:26 ` Thoughts on the list Matt Schroeder
2001-03-13 16:42 ` Jim Popovitch
2001-03-13 17:22 ` Jeffry Smith
@ 2001-03-13 18:36 ` Nicholas Bastin
2001-03-15 13:41 ` filtering (was Re: Thoughts on the list...) jpelna
2 siblings, 1 reply; 12+ messages in thread
From: Nicholas Bastin @ 2001-03-13 18:36 UTC (permalink / raw)
To: Matt Schroeder; +Cc: selinux
On 06 Mar 2001 11:26:19 -0600, Matt Schroeder wrote:
> Am I the only one who wishes the email list daemon added some recognizeable
> text to the subject so as to filter the email easier? For instance,
>
> Subject: [selinux] Re: blah blah subject
No offense, but can't you just filter on the To: address? It's reliably
selinux@tycho.nsa.gov
--
Nick Bastin
Software Engineer
OPNET Technologies
--
You have received this message because you are subscribed to the selinux list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 12+ messages in thread
* filtering (was Re: Thoughts on the list...)
2001-03-13 18:36 ` Nicholas Bastin
@ 2001-03-15 13:41 ` jpelna
0 siblings, 0 replies; 12+ messages in thread
From: jpelna @ 2001-03-15 13:41 UTC (permalink / raw)
To: selinux
On Tue, Mar 13, 2001 at 01:36:55PM -0500, Nicholas Bastin wrote:
> No offense, but can't you just filter on the To: address? It's reliably
> selinux@tycho.nsa.gov
Actually, if you are going to filter on headers, you want to filter on
Sender: owner-selinux@tycho.nsa.gov
I have seen messages with selinux@tycho.nsa.gov in the To: Cc: fields,
(as well as messages Bcc'd). The sender field is consistent in all of them.
-John
--
You have received this message because you are subscribed to the selinux list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
^ permalink raw reply [flat|nested] 12+ messages in thread
end of thread, other threads:[~2001-03-15 14:00 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-03-06 10:28 archives? Tracy R Reed
2001-03-06 15:56 ` archives? Stephen Smalley
2001-03-06 17:26 ` Thoughts on the list Matt Schroeder
2001-03-13 16:42 ` Jim Popovitch
2001-03-13 17:22 ` Jeffry Smith
2001-03-13 18:36 ` Nicholas Bastin
2001-03-15 13:41 ` filtering (was Re: Thoughts on the list...) jpelna
2001-03-09 18:06 ` archives? Tracy R Reed
-- strict thread matches above, loose matches on Subject: below --
2001-03-06 18:28 Thoughts on the list Jesse Pollard
2001-03-06 19:38 Joshua Brindle
2001-03-07 8:12 ` Chris Crowther
2001-03-13 17:47 Laverty, James
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.