Re: Please send email directly to misc@openBSD.org (no cc please)

2007-11-17 Thread Julian Leyh
Hi,

I use the Sender: header for filtering. Two lines in .fdm.conf:

[...]
action obsd maildir %h/Maildir/OpenBSD/%1
[...]
match ^Sender:[ \t]*owner-([a-z]*)@openbsd.org in headers action obsd
[...]

and for replying, i use the list-reply function of mutt.

cu
Julian

On 00:28 Fri 16 Nov , Piet Slaghekke wrote:
 I like to filter my openBSD emails and the only way I can do it is if everyone
 send their email with misc@openBSD.org in the  To   field.
 
 Please send email To misc@openBSD.org   and do not CC it to this address.
 
 Thanks!
 

-- 
If you don't remember something, it never existed...
If you aren't remembered, you never existed...
I don't quite understand what love is like... But if there
was someone who liked me, I'd be happy.



Re: Please send email directly to misc@openBSD.org (no cc please)

2007-11-17 Thread Edd Barrett
On 16/11/2007, Piet Slaghekke [EMAIL PROTECTED] wrote:
 Please send email To misc@openBSD.org   and do not CC it to this address.

Hilerious



Re: Please send email directly to misc@openBSD.org (no cc please)

2007-11-16 Thread Karl Sjodahl - dunceor
On Nov 16, 2007 7:20 AM, Weldon Goree [EMAIL PROTECTED] wrote:
 On Fri, 2007-11-16 at 00:28 -0500, Piet Slaghekke wrote:
  I like to filter my openBSD emails and the only way I can do it is if 
  everyone
  send their email with misc@openBSD.org in the  To   field.
 
  Please send email To misc@openBSD.org   and do not CC it to this address.
 
  Thanks!

 If only there were mail clients that allowed one to filter on To: or
 Cc:...



Can people please only mail stuff to misc that I'm interested in?
Doh.



Re: Please send email directly to misc@openBSD.org (no cc please)

2007-11-16 Thread Richard Toohey

 On 16/11/2007, at 7:20 PM, Weldon Goree wrote:


If only there were mail clients that allowed one to filter on To: or
Cc:...


And automatically added sarcasm dripping /sarcasm tags?



Re: Please send email directly to misc@openBSD.org (no cc please)

2007-11-16 Thread mvdeventer
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
Of Weldon Goree
Sent: 16 November 2007 08:20 AM
To: Piet Slaghekke
Cc: misc@openbsd.org
Subject: Re: Please send email directly to misc@openBSD.org (no cc
please)

On Fri, 2007-11-16 at 00:28 -0500, Piet Slaghekke wrote:
 I like to filter my openBSD emails and the only way I can do it is if
everyone
 send their email with misc@openBSD.org in the  To   field.

 Please send email To misc@openBSD.org   and do not CC it to this
address.

 Thanks!

If only there were mail clients that allowed one to filter on To: or
Cc:...

I would like the moon to move closer to the Earth please, so I can study
it more effectively. Why did the Apollo guys not think of this? Think of
the fuel savings!



Re: Please send email directly to misc@openBSD.org (no cc please)

2007-11-16 Thread Piet Slaghekke
(-:

Ok,  Ok I love the responses to this request and I get the point (-:
Not such a good request.

I have listed the responses  here (-:  (note: classifications are the
sole opinion of this writer and may or may not be shared by others)


thanks everyone for the help on the  removing a list users questions,
I greatly appreciate it! (-:




Helpful (thanks Han  Tonnere!)

I've been struggling with this as well, and you really can't ask all
those people to comply with your wishes.

You should use a mailfilter, for example like this with maildrop:

R='/home/han/Mail'
# Drop all messages to misc@ in their own specific mailbox.
if (/^Sender:[EMAIL PROTECTED]/)
to $R/openbsd-misc

# You don't want to miss you are CC-ed after all. You just don't # want
them in your maildir.
if ( /^(Cc|To).*(openbsd|misc|tech|bugs|gnats|source-changes)@/)
{
to $R/cc
}

# This line is for all the mail that passed the filter to $R/Maildir


# Han



What about fixing your filter instead? If you use e.g. procmail, you
just need to use the TO spec.

Tonnerre

Funny

I would like the moon to move closer to the Earth please, so I can
study it more effectively. Why did the Apollo guys not think of this?
Think of the fuel savings!


Friendly and inviting  (-: (Sorry about that, I  didn't mean to offend
you Nick, I have by no means tried to come over as a mail list etiquette
expert, just trying to get my needs met, but you are right this may have
been offensive to others)

wow.  You ask one novice question and you become an expert on mail list
etiquette?  You have the nerve to dictate how people help you for free?

You can't imagine how offensive that is.

I've got a really interesting idea for a filter...

Nick.



Can people please only mail stuff to misc that I'm interested in?

Doh.



Re: Please send email directly to misc@openBSD.org (no cc please)

2007-11-16 Thread Nick Holland
Piet Slaghekke wrote:
 I like to filter my openBSD emails and the only way I can do it is if everyone
 send their email with misc@openBSD.org in the  To   field.
 
 Please send email To misc@openBSD.org   and do not CC it to this address.
 
 Thanks!

wow.  You ask one novice question and you become an expert on mail list
etiquette?  You have the nerve to dictate how people help you for free?

You can't imagine how offensive that is.

I've got a really interesting idea for a filter...

Nick.



Re: Please send email directly to misc@openBSD.org (no cc please)

2007-11-16 Thread Han Boetes
Piet Slaghekke wrote:
 I like to filter my openBSD emails and the only way I can do it
 is if everyone send their email with misc@openBSD.org in the 
 To  field.

 Please send email To misc@openBSD.org and do not CC it to this
 address.

 Thanks!

I've been struggeling with this as well, and you really can't ask
all those people to comply with your wishes.

You should use a mailfilter, for example like this with maildrop:

R='/home/han/Mail'
# Drop all messages to misc@ in their own specific mailbox.
if (/^Sender:[EMAIL PROTECTED]/)
to $R/openbsd-misc

# You don't want to miss you are CC-ed after all. You just don't
# want them in your maildir.
if ( /^(Cc|To).*(openbsd|misc|tech|bugs|gnats|source-changes)@/)
{
to $R/cc
}

# This line is for all the mail that passed the filter
to $R/Maildir


# Han



Re: Please send email directly to misc@openBSD.org (no cc please)

2007-11-16 Thread Weldon Goree
On Fri, 2007-11-16 at 00:28 -0500, Piet Slaghekke wrote:
 I like to filter my openBSD emails and the only way I can do it is if everyone
 send their email with misc@openBSD.org in the  To   field.
 
 Please send email To misc@openBSD.org   and do not CC it to this address.
 
 Thanks!

If only there were mail clients that allowed one to filter on To: or
Cc:...



Re: Please send email directly to misc@openBSD.org (no cc please)

2007-11-16 Thread Piet Slaghekke
(-:

OK,  OK,  I love the responses to this request and I get the point (-:  Not
such a good request.

I have listed the responses  here (-:  *(note: classifications are the sole
opinion of this writer and may or may not be shared by others)*
**
*thanks everyone for the help on the  **removing a list users questions,
I greatly appreciate it! (-:*




*Helpful (thanks Han  Tonnere!)*

I've been struggling with this as well, and you really can't ask all those
people to comply with your wishes.

You should use a mailfilter, for example like this with maildrop:

R='/home/han/Mail'
# Drop all messages to misc@ in their own specific mailbox.
if (/^Sender:[EMAIL PROTECTED]/)
to $R/openbsd-misc

# You don't want to miss you are CC-ed after all. You just don't # want them
in your maildir.
if ( /^(Cc|To).*(openbsd|misc|tech|bugs|gnats|source-changes)@/)
{
to $R/cc
}

# This line is for all the mail that passed the filter to $R/Maildir


# Han



What about fixing your filter instead? If you use e.g. procmail, you just
need to use the TO spec.

Tonnerre

*Funny*

I would like the moon to move closer to the Earth please, so I can study it
more effectively. Why did the Apollo guys not think of this? Think of the
fuel savings!


*Friendly and inviting*  (-: (Sorry about that, I  didn't mean to offend you
Nick, I have by no means tried to come over as a mail list etiquette expert,
just trying to get my needs met, but you are right this may have been
offensive to others)

wow.  You ask one novice question and you become an expert on mail list
etiquette?  You have the nerve to dictate how people help you for free?

You can't imagine how offensive that is.

I've got a really interesting idea for a filter...

Nick.



Can people please only mail stuff to misc that I'm interested in?

Doh.



Please send email directly to misc@openBSD.org (no cc please)

2007-11-15 Thread Piet Slaghekke
I like to filter my openBSD emails and the only way I can do it is if everyone
send their email with misc@openBSD.org in the  To   field.

Please send email To misc@openBSD.org   and do not CC it to this address.

Thanks!