xref: /web-php/unsub.php (revision b252162e)
1<?php
2$_SERVER['BASE_PAGE'] = 'unsub.php';
3include_once __DIR__ . '/include/prepend.inc';
4$SIDEBAR_DATA = '
5<h3>Other PHP related mailing lists</h3>
6
7<p>
8 Unsubscribe from the <a href="http://pear.php.net/support/lists.php">PEAR
9 lists</a>, the <a href="http://pecl.php.net/support.php">PECL
10 lists</a>, and the <a href="http://gtk.php.net/resources.php">PHP-GTK
11 lists</a> on their own pages.
12</p>
13';
14site_header("Unsubscribing", ["current" => "community"]);
15?>
16
17<h1>Unsubscribing From a Mailing List</h1>
18
19<div class="tip">
20<p class="tip">
21 If the mailing list you would like to unsubscribe from is
22 in the list on our <a href="/mailing-lists.php">mailing lists page</a>,
23 then you don't need to use your mail client to unsubscribe, you can do
24 so on the web, using the form on the page. If you still need
25 to find out what email address you used to subscribe, the instructions
26 on this page can help.
27</p>
28</div>
29
30<p>
31 First off, if your email address has changed since you subscribed, don't
32 panic! If you are still able to receive mail at your old email address,
33 you can still unsubscribe without having to wait for someone to do it
34 manually! An explanation of how to unsubscribe an email address other
35 than your current one from the mailing lists is located
36 <a href="#unsubdiff">further below</a>.
37</p>
38
39<h2>Simple unsubscribe by email</h2>
40
41<p>
42 To unsubscribe from one of those mailing lists, all you usually need to
43 do is send an email to <code><em>listname</em>+unsubscribe@lists.php.net</code>
44 (substituting the name of the list for <code><em>listname</em></code>
45 &mdash; for example, <code>php-general+unsubscribe@lists.php.net</code>).
46</p>
47
48<p>
49 If you are subscribed to the <strong>digest version</strong> of the
50 mailing list, you need to send an email to
51 <code><em>listname</em>+unsubscribe-digest@lists.php.net</code>.
52</p>
53
54<p>
55 You will get an automated response with further instructions on how to
56 unsubscribe from the list. You are not simply unsubscribed immediately
57 so that someone can't unsubscribe other people from the list without
58 their consent.
59</p>
60
61<h2>Find out the email address used to subscribe</h2>
62
63<p>
64 If you get a reply that says you are not subscribed to the mailing list,
65 but you are receiving mailing list traffic, it may be because your email
66 is now coming from a different address than when you first subscribed.
67 (This is determined using the SMTP "envelope sender", <strong>not</strong>
68 the 'From:' or any other header in your email. So you may not have
69 changed anything, it may have been a change to your mail server or
70 at your ISP.)
71</p>
72
73<p>
74 To determine what email address is subscribed to the mailing list that
75 you are receiving the messages from, you'll need to inspect the headers
76 of one of those messages. The email address will be encoded in the
77 'Return-Path' header with the @-sign replaced with an equals (=) sign.
78 For example, if the subscribed email address is
79 <code>joecool@example.com</code>, the 'Return-Path' header will look
80 something like:
81</p>
82
83<pre class="info">
84 Return-Path: &lt;php-general-return-1234-joecool=example.com@lists.php.net&gt;
85</pre>
86
87<h3>Viewing full headers in different email applications</h3>
88
89<dl>
90 <dt><a href="http://www.eudora.com/">Eudora</a></dt>
91 <dd>
92  Click on the 'Blah Blah Blah' toolbar button above the message.
93 </dd>
94
95 <dt><a href="http://gmail.google.com/">Gmail</a></dt>
96 <dd>
97  While viewing a message, click on 'More options' and 'Show original'.
98  This will display the headers for that message in a new window.
99 </dd>
100
101 <dt><a href="http://www.hotmail.com/">Hotmail</a></dt>
102 <dd>
103  Click on 'Options', 'Mail' and then 'Mail Display Settings'. Change
104  the 'Message Headers' section to 'Advanced', and click OK.
105 </dd>
106
107 <dt><a href="http://mail.yahoo.com/">Yahoo! Mail</a></dt>
108 <dd>
109  Click on 'Mail Options' and 'General Preferences'. Under the 'Messages'
110  section, select 'Show all headers on incoming messages' for the 'Headers'
111  option and click 'Save'.
112 </dd>
113
114 <dt><a href="http://www.apple.com/macosx/features/mail/">Mail for Mac OS X</a></dt>
115 <dd>
116  Click on the 'Mail' drop-down menu and select 'Preferences'. Click on
117  the 'Viewing' icon, and then the arrow on the 'Show header detail'
118  and select 'All'.
119 </dd>
120
121 <dt><a href="http://www.microsoft.com/outlook/">Microsoft Outlook</a></dt>
122 <dd>
123  Either click on the 'Options' tab (Outlook 97) or select the 'Options...' item
124  from the 'View' menu (Outlook 98, 2000, 2003). The headers are displayed at the
125  bottom of the resulting window.
126 </dd>
127
128 <dt><a href="http://www.microsoft.com/Windows/oe/">Microsoft Outlook Express</a></dt>
129 <dd>
130  Select 'Properties' from the 'File' menu and then click on the 'Details' tab.
131 </dd>
132
133 <dt><a href="http://www.mutt.org/">mutt</a></dt>
134 <dd>
135  Type 'h' in the message or list view (or whatever key you have
136  bound to the 'display-toggle-weed' function).
137 </dd>
138
139 <dt><a href="http://www.mozilla.com/thunderbird/">Mozilla Thunderbird</a></dt>
140 <dd>
141  Select 'Headers&rarr;All' from the 'View' menu, and expand the headers
142  section of the display by clicking on the triangle icon.
143 </dd>
144
145 <dt><a href="http://www.pmail.com/">Pegasus Mail</a></dt>
146 <dd>
147  Open the message in a new window and then press backspace or Ctrl-H.
148 </dd>
149
150 <dt><a href="http://www.washington.edu/pine/">Pine</a></dt>
151 <dd>
152  From the main Pine menu, type 'S' for 'Setup', then 'C' for 'Config'.
153  Use the space bar and down arrow to scroll until you reach the
154  <code>[ ] enable-full-header-cmd</code> option. Type 'X' in the box
155  to toggle the option on. Type 'E' to exit 'Config', and 'Y' to save
156  changes. The next time you read a message, type 'H' and the full
157  headers will be displayed at the top of the message. Type 'H' again
158  to hide the headers.
159 </dd>
160</dl>
161
162<a id="unsubdiff"></a>
163<h2>Unsubscribe with a different email address</h2>
164
165<p>
166 To unsubscribe an address like this that is different from what the
167 mailing list software recognizes as your own address, you need to send mail to
168 <code><em>listname</em>-unsubscribe-<em>joecool=example.com</em>@lists.php.net</code>
169 (or <code>-unsubscribe-digest-</code>, if the address is subscribed to the
170 digest format of the list).
171</p>
172
173<p>
174 Once you have done that, you will receive a message at that email address
175 with instructions on how to complete your unsubscription request.
176</p>
177
178<h2>Still need help?</h2>
179
180<p>
181 If you are receiving mail from one of the mailing lists, there should be
182 absolutely no reason that you would be unable to unsubscribe yourself from
183 the list, except for your ability to follow these directions. However, if
184 you find yourself unable to unsubscribe from the mailing list, send an
185 email to <code>php-list-admin@lists.php.net</code>. Make sure to include the
186 <strong>complete</strong> headers from one of the messages you have
187 received from the mailing list. Keep in mind that there's a human being
188 at the other end of that last email address, so you'll have to be patient.
189</p>
190
191<?php site_footer(); ?>
192