473,725 Members | 2,053 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

why doesn't have this list a "reply-to" ?

hello,

I'm always have great difficulties, replying to this beautiful and
helpful list.

When I hit the reply button,
the message is sent personally to the sender and not to the list.
I've subscribed to dozen's of lists,
and all have an "reply-to" address, that points to list and not to the
individual.

cheers,
Stef Mientki
Oct 16 '07 #1
1 1699
stef mientki <st**********@g mail.comwrites:
I'm always have great difficulties, replying to this beautiful and
helpful list.

When I hit the reply button,
the message is sent personally to the sender and not to the list.
Yes. That's what the "reply" function is for: sending a reply to the
author of the message.
I've subscribed to dozen's of lists,
and all have an "reply-to" address, that points to list and not to the
individual.
That's wrong; the "Reply-To" field is for the author to specify as
*their* choice of where personal replies should be sent. The author of
the message doesn't change just because the message was transported
via a mailing list.

<URL:http://woozle.org/~neale/papers/reply-to-still-harmful.html>

The address for messages intended for the list is specified in a
different field: "List-Post". The Python mailing lists (like the
majority of well-run mailing lists) provide that field in every
message header, and have done for many years. Your mail composition
software has that field available to use for the "reply to the list"
function.

<URL:http://www.ietf.org/rfc/rfc2369.txt>

If your mail composing software doesn't have a "reply to the mailing
list" function, you should pressure your provider to fix that.

--
\ "Two rules to success in life: 1. Don't tell people everything |
`\ you know." -- Sassan Tat |
_o__) |
Ben Finney
Oct 16 '07 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
3599
by: Herbert Piljer | last post by:
Wenn ich versuche ein Formular zu versenden bekomme ich als Absender immer Resource.id.#5@mailserver.de. Folgendes Script wird verwendet: <?php include ("syndbopen.php"); $email= mysql_query("SELECT bmwmail FROM mitarbeiter WHERE kz='\"$HTTP_POST_VARS\"'"); welche Adresse sollen die Mails gesendet werden?
3
5807
by: Jean | last post by:
Hi, Please help me as I am a newbie in VB, pretty much in all programming. I searched many forums before, but do not know exactly what keywords to use. I hope my question makes sense. I have the following Sub, which calls an .exe program. Code: Private Sub cmdCalc_Click()
8
1917
by: Eric Lilja | last post by:
As the title, says: Why doesn't the following program print Hi Charles<newline> when run? #include <stdarg.h> #include <stdio.h> static void va_arg_example(const char *format, ...) { va_list args; va_start(args, format); printf(format, args);
14
3166
by: MuZZy | last post by:
Hi, Lately i've been (and still am) fixing some memory leaks problems in the project i just took over when i got this new job. Among the other issues i've noticed that for localy created objects it makes difference to explicitly put them to null after working with them is done - it somehow makes the GC collect them sooner, like here: void SomeFunc() { MyClass c = new MyClass();
31
1805
by: Xero | last post by:
I have an array in my program. (Declared as letters(16, 16)). When I paused the program in debugging mode, I saw the following in the Autos window: letters |- (0, 0) | Nothing |- (0, 1) | Nothing
9
4991
by: Robin | last post by:
// Pls note that test.txt exists. #include <iostream> #include <fstream> #include <string> using namespace std; int main() { fstream fs("test.txt", ios_base::in | ios_base::app);
4
2028
by: =?Utf-8?B?Qm9iIEgu?= | last post by:
I'm trying to execute selectsinglenode(string_var) where where string_var contains the value ".//NetIncome(YTD)_Member/Series". The opening and closing parentheses are literals (not defining a function or serving a grouping purpose). I get an error: msxml3.dll: Unknown method. .//-->NetIncome(YTD<--)_Member/Series How do I get selectsinglenode to treat the parentheses as literals? I've tried a variety of escape sequences to no avail.
12
1577
by: Peter Anthony | last post by:
There are times it would be good to be able to write assembly code to integrate with other VS languages, such as VS C++ .NET. For example, I might want to write a REALLY fast algorithm that does CALCULATIONS only and bypasses any overhead imposed by the compiler. Is inline assembly still possible? Wouldn't a Visual Assembler language make some sense (although the 'visual' is only to imply compatibility and seemless integration into other...
5
2643
by: prathapavp | last post by:
hi all, We r working on ERP sys and am doing crossBrowser compatibility. The problem is am not able to load one function by onClicking the refrence text . could u please help me out.
5
1425
by: Muzammil | last post by:
i have problem with this operator "+" in doubly circular link list.(i think i have problem with return type). error is of instantiate error.(mean type dismatch) if any one can help me please reply. template <class T> DoublyCircularLinkList<TDoublyCircularLinkList<T>:: operator + (const DoublyCircularLinkList& rhs) { if (head==0 && rhs.head==0) {
0
8888
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8752
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9401
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9174
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9111
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8096
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6702
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4517
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
2634
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.