Will Outlook out-of-office reply go to mailing lists?
I subscribe to mailing lists, and have rules that route them to folders under my inbox.
Will setting up an out-of-office auto-reply send a message to the public list for every incoming message?
microsoft-outlook microsoft-outlook-2010 mailing-lists out-of-office auto-reply
add a comment |
I subscribe to mailing lists, and have rules that route them to folders under my inbox.
Will setting up an out-of-office auto-reply send a message to the public list for every incoming message?
microsoft-outlook microsoft-outlook-2010 mailing-lists out-of-office auto-reply
If you want to know for sure, just try it using a separate accound and public list.
– Tom Wijsman
Sep 30 '12 at 23:02
add a comment |
I subscribe to mailing lists, and have rules that route them to folders under my inbox.
Will setting up an out-of-office auto-reply send a message to the public list for every incoming message?
microsoft-outlook microsoft-outlook-2010 mailing-lists out-of-office auto-reply
I subscribe to mailing lists, and have rules that route them to folders under my inbox.
Will setting up an out-of-office auto-reply send a message to the public list for every incoming message?
microsoft-outlook microsoft-outlook-2010 mailing-lists out-of-office auto-reply
microsoft-outlook microsoft-outlook-2010 mailing-lists out-of-office auto-reply
asked Sep 30 '12 at 23:01
nonot1nonot1
77441020
77441020
If you want to know for sure, just try it using a separate accound and public list.
– Tom Wijsman
Sep 30 '12 at 23:02
add a comment |
If you want to know for sure, just try it using a separate accound and public list.
– Tom Wijsman
Sep 30 '12 at 23:02
If you want to know for sure, just try it using a separate accound and public list.
– Tom Wijsman
Sep 30 '12 at 23:02
If you want to know for sure, just try it using a separate accound and public list.
– Tom Wijsman
Sep 30 '12 at 23:02
add a comment |
4 Answers
4
active
oldest
votes
If we are talking about the kind of mailing lists where you send a mail to a a mailing list server and the software resends the mail to all recipients:
RFC 3834 defines a mail header line that tells your mail server (Exchange) that it should not send an out-of-office mail. The mailing list server should add it to mails that it resends:
Auto-submitted: auto-generated
This header line is defined in RFC 3834. Just check whether this line is in the mails that you get from the mailing list.
RFC 3834 obsoletes another, older, non-standard, widely used header line:
Precedence: bulk
Microsoft Exchange Server knows about an additional, non-standard header line:
X-Auto-Response-Suppress: 00F
See https://msdn.microsoft.com/en-us/library/ee219609(v=exchg.80).aspx for documentation.
A fourth way to handle the problem is to use an empty bounce address. In order to do this, use the following header line:
Sender: <>
Sometimes, author and sender are not the same (remailers?). From should be the author. Sender is the contact address of the sender and thereby the one that you should contact in case of delivery issues (i.e. vacation etc.) (see https://stackoverflow.com/a/4367471/601203). <> seems to be some kind of null value for mail addresses.
Setting the Sender seems to work quite reliably.
One more thing: Many mail server know they should not reply to mailing lists (?). Thus, if a mailing list uses the proper header, that's sufficient for avoiding vacation mails:
List-Id: Knitting Mailing List <knitting.example.com>
Do you have any evidence that Exchange honors this header? All I can find says that it only honors the olderPrecedence:and its privateX-Auto-Response-Suppress:.
– ivan_pozdeev
Apr 18 '16 at 21:44
1
@ivan_pozdeev According to technet.microsoft.com/en-US/library/…, Exchange 2010 conforms to RFC 3834.
– hagello
Apr 20 '16 at 11:19
add a comment |
Yes, it will. Automatic Replies (Out of Office) are sent to the sender of the incoming email and regardless the source of incoming email.
To avoid it, you need to setup a rule to exclude those addresses.
add a comment |
To avoid haveing an out of office response sent to outside of your organization senders, when setting the OOO Open the tab tilted "Outside My Oranization", make sure the "Auto-reply to people outside my organization is not checked. An additional option on this tab is to have responses sent to "My contacts only"
add a comment |
Correction to the otherwise excellent answer by @hagello:
The values for X-Auto-Response-Suppress should be the capital letter O, not the number 0. OOF is an abbreviation for Out Of Office.
X-Auto-Response-Suppress: OOF
See here.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f481645%2fwill-outlook-out-of-office-reply-go-to-mailing-lists%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
If we are talking about the kind of mailing lists where you send a mail to a a mailing list server and the software resends the mail to all recipients:
RFC 3834 defines a mail header line that tells your mail server (Exchange) that it should not send an out-of-office mail. The mailing list server should add it to mails that it resends:
Auto-submitted: auto-generated
This header line is defined in RFC 3834. Just check whether this line is in the mails that you get from the mailing list.
RFC 3834 obsoletes another, older, non-standard, widely used header line:
Precedence: bulk
Microsoft Exchange Server knows about an additional, non-standard header line:
X-Auto-Response-Suppress: 00F
See https://msdn.microsoft.com/en-us/library/ee219609(v=exchg.80).aspx for documentation.
A fourth way to handle the problem is to use an empty bounce address. In order to do this, use the following header line:
Sender: <>
Sometimes, author and sender are not the same (remailers?). From should be the author. Sender is the contact address of the sender and thereby the one that you should contact in case of delivery issues (i.e. vacation etc.) (see https://stackoverflow.com/a/4367471/601203). <> seems to be some kind of null value for mail addresses.
Setting the Sender seems to work quite reliably.
One more thing: Many mail server know they should not reply to mailing lists (?). Thus, if a mailing list uses the proper header, that's sufficient for avoiding vacation mails:
List-Id: Knitting Mailing List <knitting.example.com>
Do you have any evidence that Exchange honors this header? All I can find says that it only honors the olderPrecedence:and its privateX-Auto-Response-Suppress:.
– ivan_pozdeev
Apr 18 '16 at 21:44
1
@ivan_pozdeev According to technet.microsoft.com/en-US/library/…, Exchange 2010 conforms to RFC 3834.
– hagello
Apr 20 '16 at 11:19
add a comment |
If we are talking about the kind of mailing lists where you send a mail to a a mailing list server and the software resends the mail to all recipients:
RFC 3834 defines a mail header line that tells your mail server (Exchange) that it should not send an out-of-office mail. The mailing list server should add it to mails that it resends:
Auto-submitted: auto-generated
This header line is defined in RFC 3834. Just check whether this line is in the mails that you get from the mailing list.
RFC 3834 obsoletes another, older, non-standard, widely used header line:
Precedence: bulk
Microsoft Exchange Server knows about an additional, non-standard header line:
X-Auto-Response-Suppress: 00F
See https://msdn.microsoft.com/en-us/library/ee219609(v=exchg.80).aspx for documentation.
A fourth way to handle the problem is to use an empty bounce address. In order to do this, use the following header line:
Sender: <>
Sometimes, author and sender are not the same (remailers?). From should be the author. Sender is the contact address of the sender and thereby the one that you should contact in case of delivery issues (i.e. vacation etc.) (see https://stackoverflow.com/a/4367471/601203). <> seems to be some kind of null value for mail addresses.
Setting the Sender seems to work quite reliably.
One more thing: Many mail server know they should not reply to mailing lists (?). Thus, if a mailing list uses the proper header, that's sufficient for avoiding vacation mails:
List-Id: Knitting Mailing List <knitting.example.com>
Do you have any evidence that Exchange honors this header? All I can find says that it only honors the olderPrecedence:and its privateX-Auto-Response-Suppress:.
– ivan_pozdeev
Apr 18 '16 at 21:44
1
@ivan_pozdeev According to technet.microsoft.com/en-US/library/…, Exchange 2010 conforms to RFC 3834.
– hagello
Apr 20 '16 at 11:19
add a comment |
If we are talking about the kind of mailing lists where you send a mail to a a mailing list server and the software resends the mail to all recipients:
RFC 3834 defines a mail header line that tells your mail server (Exchange) that it should not send an out-of-office mail. The mailing list server should add it to mails that it resends:
Auto-submitted: auto-generated
This header line is defined in RFC 3834. Just check whether this line is in the mails that you get from the mailing list.
RFC 3834 obsoletes another, older, non-standard, widely used header line:
Precedence: bulk
Microsoft Exchange Server knows about an additional, non-standard header line:
X-Auto-Response-Suppress: 00F
See https://msdn.microsoft.com/en-us/library/ee219609(v=exchg.80).aspx for documentation.
A fourth way to handle the problem is to use an empty bounce address. In order to do this, use the following header line:
Sender: <>
Sometimes, author and sender are not the same (remailers?). From should be the author. Sender is the contact address of the sender and thereby the one that you should contact in case of delivery issues (i.e. vacation etc.) (see https://stackoverflow.com/a/4367471/601203). <> seems to be some kind of null value for mail addresses.
Setting the Sender seems to work quite reliably.
One more thing: Many mail server know they should not reply to mailing lists (?). Thus, if a mailing list uses the proper header, that's sufficient for avoiding vacation mails:
List-Id: Knitting Mailing List <knitting.example.com>
If we are talking about the kind of mailing lists where you send a mail to a a mailing list server and the software resends the mail to all recipients:
RFC 3834 defines a mail header line that tells your mail server (Exchange) that it should not send an out-of-office mail. The mailing list server should add it to mails that it resends:
Auto-submitted: auto-generated
This header line is defined in RFC 3834. Just check whether this line is in the mails that you get from the mailing list.
RFC 3834 obsoletes another, older, non-standard, widely used header line:
Precedence: bulk
Microsoft Exchange Server knows about an additional, non-standard header line:
X-Auto-Response-Suppress: 00F
See https://msdn.microsoft.com/en-us/library/ee219609(v=exchg.80).aspx for documentation.
A fourth way to handle the problem is to use an empty bounce address. In order to do this, use the following header line:
Sender: <>
Sometimes, author and sender are not the same (remailers?). From should be the author. Sender is the contact address of the sender and thereby the one that you should contact in case of delivery issues (i.e. vacation etc.) (see https://stackoverflow.com/a/4367471/601203). <> seems to be some kind of null value for mail addresses.
Setting the Sender seems to work quite reliably.
One more thing: Many mail server know they should not reply to mailing lists (?). Thus, if a mailing list uses the proper header, that's sufficient for avoiding vacation mails:
List-Id: Knitting Mailing List <knitting.example.com>
edited Oct 12 '18 at 10:57
answered Apr 8 '16 at 15:05
hagellohagello
1314
1314
Do you have any evidence that Exchange honors this header? All I can find says that it only honors the olderPrecedence:and its privateX-Auto-Response-Suppress:.
– ivan_pozdeev
Apr 18 '16 at 21:44
1
@ivan_pozdeev According to technet.microsoft.com/en-US/library/…, Exchange 2010 conforms to RFC 3834.
– hagello
Apr 20 '16 at 11:19
add a comment |
Do you have any evidence that Exchange honors this header? All I can find says that it only honors the olderPrecedence:and its privateX-Auto-Response-Suppress:.
– ivan_pozdeev
Apr 18 '16 at 21:44
1
@ivan_pozdeev According to technet.microsoft.com/en-US/library/…, Exchange 2010 conforms to RFC 3834.
– hagello
Apr 20 '16 at 11:19
Do you have any evidence that Exchange honors this header? All I can find says that it only honors the older
Precedence: and its private X-Auto-Response-Suppress:.– ivan_pozdeev
Apr 18 '16 at 21:44
Do you have any evidence that Exchange honors this header? All I can find says that it only honors the older
Precedence: and its private X-Auto-Response-Suppress:.– ivan_pozdeev
Apr 18 '16 at 21:44
1
1
@ivan_pozdeev According to technet.microsoft.com/en-US/library/…, Exchange 2010 conforms to RFC 3834.
– hagello
Apr 20 '16 at 11:19
@ivan_pozdeev According to technet.microsoft.com/en-US/library/…, Exchange 2010 conforms to RFC 3834.
– hagello
Apr 20 '16 at 11:19
add a comment |
Yes, it will. Automatic Replies (Out of Office) are sent to the sender of the incoming email and regardless the source of incoming email.
To avoid it, you need to setup a rule to exclude those addresses.
add a comment |
Yes, it will. Automatic Replies (Out of Office) are sent to the sender of the incoming email and regardless the source of incoming email.
To avoid it, you need to setup a rule to exclude those addresses.
add a comment |
Yes, it will. Automatic Replies (Out of Office) are sent to the sender of the incoming email and regardless the source of incoming email.
To avoid it, you need to setup a rule to exclude those addresses.
Yes, it will. Automatic Replies (Out of Office) are sent to the sender of the incoming email and regardless the source of incoming email.
To avoid it, you need to setup a rule to exclude those addresses.
answered Oct 1 '12 at 14:29
CharlieRBCharlieRB
20.6k44491
20.6k44491
add a comment |
add a comment |
To avoid haveing an out of office response sent to outside of your organization senders, when setting the OOO Open the tab tilted "Outside My Oranization", make sure the "Auto-reply to people outside my organization is not checked. An additional option on this tab is to have responses sent to "My contacts only"
add a comment |
To avoid haveing an out of office response sent to outside of your organization senders, when setting the OOO Open the tab tilted "Outside My Oranization", make sure the "Auto-reply to people outside my organization is not checked. An additional option on this tab is to have responses sent to "My contacts only"
add a comment |
To avoid haveing an out of office response sent to outside of your organization senders, when setting the OOO Open the tab tilted "Outside My Oranization", make sure the "Auto-reply to people outside my organization is not checked. An additional option on this tab is to have responses sent to "My contacts only"
To avoid haveing an out of office response sent to outside of your organization senders, when setting the OOO Open the tab tilted "Outside My Oranization", make sure the "Auto-reply to people outside my organization is not checked. An additional option on this tab is to have responses sent to "My contacts only"
answered Dec 27 '12 at 20:16
roserose
1663
1663
add a comment |
add a comment |
Correction to the otherwise excellent answer by @hagello:
The values for X-Auto-Response-Suppress should be the capital letter O, not the number 0. OOF is an abbreviation for Out Of Office.
X-Auto-Response-Suppress: OOF
See here.
add a comment |
Correction to the otherwise excellent answer by @hagello:
The values for X-Auto-Response-Suppress should be the capital letter O, not the number 0. OOF is an abbreviation for Out Of Office.
X-Auto-Response-Suppress: OOF
See here.
add a comment |
Correction to the otherwise excellent answer by @hagello:
The values for X-Auto-Response-Suppress should be the capital letter O, not the number 0. OOF is an abbreviation for Out Of Office.
X-Auto-Response-Suppress: OOF
See here.
Correction to the otherwise excellent answer by @hagello:
The values for X-Auto-Response-Suppress should be the capital letter O, not the number 0. OOF is an abbreviation for Out Of Office.
X-Auto-Response-Suppress: OOF
See here.
answered Feb 19 at 22:48
PixelstixPixelstix
1012
1012
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f481645%2fwill-outlook-out-of-office-reply-go-to-mailing-lists%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
If you want to know for sure, just try it using a separate accound and public list.
– Tom Wijsman
Sep 30 '12 at 23:02