diff options
| author | tkikuchi | 2005-08-27 01:54:05 +0000 |
|---|---|---|
| committer | tkikuchi | 2005-08-27 01:54:05 +0000 |
| commit | 2a6084d03b96f87af153b663cf3dd4776e7e37fb (patch) | |
| tree | 51351436e2be471f3d48ed13239d436091001864 /Mailman/Bouncers | |
| parent | 7a8566796782dd099451b012d3d6e3f63257bf99 (diff) | |
| download | mailman-2a6084d03b96f87af153b663cf3dd4776e7e37fb.tar.gz mailman-2a6084d03b96f87af153b663cf3dd4776e7e37fb.tar.zst mailman-2a6084d03b96f87af153b663cf3dd4776e7e37fb.zip | |
FSF office has moved. chdcking in for MAIN branch.
Diffstat (limited to 'Mailman/Bouncers')
| -rw-r--r-- | Mailman/Bouncers/BouncerAPI.py | 2 | ||||
| -rw-r--r-- | Mailman/Bouncers/Caiwireless.py | 2 | ||||
| -rw-r--r-- | Mailman/Bouncers/Compuserve.py | 2 | ||||
| -rw-r--r-- | Mailman/Bouncers/DSN.py | 2 | ||||
| -rw-r--r-- | Mailman/Bouncers/Exchange.py | 2 | ||||
| -rw-r--r-- | Mailman/Bouncers/Exim.py | 2 | ||||
| -rw-r--r-- | Mailman/Bouncers/GroupWise.py | 2 | ||||
| -rw-r--r-- | Mailman/Bouncers/LLNL.py | 2 | ||||
| -rw-r--r-- | Mailman/Bouncers/Makefile.in | 2 | ||||
| -rw-r--r-- | Mailman/Bouncers/Microsoft.py | 2 | ||||
| -rw-r--r-- | Mailman/Bouncers/Netscape.py | 2 | ||||
| -rw-r--r-- | Mailman/Bouncers/Postfix.py | 2 | ||||
| -rw-r--r-- | Mailman/Bouncers/Qmail.py | 2 | ||||
| -rw-r--r-- | Mailman/Bouncers/SMTP32.py | 2 | ||||
| -rw-r--r-- | Mailman/Bouncers/SimpleMatch.py | 2 | ||||
| -rw-r--r-- | Mailman/Bouncers/SimpleWarning.py | 2 | ||||
| -rw-r--r-- | Mailman/Bouncers/Sina.py | 2 | ||||
| -rw-r--r-- | Mailman/Bouncers/Yahoo.py | 2 | ||||
| -rw-r--r-- | Mailman/Bouncers/Yale.py | 2 | ||||
| -rw-r--r-- | Mailman/Bouncers/__init__.py | 2 |
20 files changed, 20 insertions, 20 deletions
diff --git a/Mailman/Bouncers/BouncerAPI.py b/Mailman/Bouncers/BouncerAPI.py index e89941459..e99d00ae7 100644 --- a/Mailman/Bouncers/BouncerAPI.py +++ b/Mailman/Bouncers/BouncerAPI.py @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Contains all the common functionality for msg bounce scanning API. diff --git a/Mailman/Bouncers/Caiwireless.py b/Mailman/Bouncers/Caiwireless.py index 0e3e71fc4..e2909122c 100644 --- a/Mailman/Bouncers/Caiwireless.py +++ b/Mailman/Bouncers/Caiwireless.py @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Parse mystery style generated by MTA at caiwireless.net.""" diff --git a/Mailman/Bouncers/Compuserve.py b/Mailman/Bouncers/Compuserve.py index 516c22372..89085d2c3 100644 --- a/Mailman/Bouncers/Compuserve.py +++ b/Mailman/Bouncers/Compuserve.py @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Compuserve has its own weird format for bounces.""" diff --git a/Mailman/Bouncers/DSN.py b/Mailman/Bouncers/DSN.py index 666281c60..d87899c40 100644 --- a/Mailman/Bouncers/DSN.py +++ b/Mailman/Bouncers/DSN.py @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Parse RFC 3464 (i.e. DSN) bounce formats. diff --git a/Mailman/Bouncers/Exchange.py b/Mailman/Bouncers/Exchange.py index 1f73aeb18..2f6eeda09 100644 --- a/Mailman/Bouncers/Exchange.py +++ b/Mailman/Bouncers/Exchange.py @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Recognizes (some) Microsoft Exchange formats.""" diff --git a/Mailman/Bouncers/Exim.py b/Mailman/Bouncers/Exim.py index 1f03df2d2..ce677385c 100644 --- a/Mailman/Bouncers/Exim.py +++ b/Mailman/Bouncers/Exim.py @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Parse bounce messages generated by Exim. diff --git a/Mailman/Bouncers/GroupWise.py b/Mailman/Bouncers/GroupWise.py index 8bde44052..7ef312562 100644 --- a/Mailman/Bouncers/GroupWise.py +++ b/Mailman/Bouncers/GroupWise.py @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """This appears to be the format for Novell GroupWise and NTMail diff --git a/Mailman/Bouncers/LLNL.py b/Mailman/Bouncers/LLNL.py index faadb0b9f..97c56e222 100644 --- a/Mailman/Bouncers/LLNL.py +++ b/Mailman/Bouncers/LLNL.py @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """LLNL's custom Sendmail bounce message.""" diff --git a/Mailman/Bouncers/Makefile.in b/Mailman/Bouncers/Makefile.in index 405941078..8865a9f2f 100644 --- a/Mailman/Bouncers/Makefile.in +++ b/Mailman/Bouncers/Makefile.in @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # NOTE: Makefile.in is converted into Makefile by the configure script # in the parent directory. Once configure has run, you can recreate diff --git a/Mailman/Bouncers/Microsoft.py b/Mailman/Bouncers/Microsoft.py index f14268a97..d8a90b248 100644 --- a/Mailman/Bouncers/Microsoft.py +++ b/Mailman/Bouncers/Microsoft.py @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Microsoft's `SMTPSVC' nears I kin tell.""" diff --git a/Mailman/Bouncers/Netscape.py b/Mailman/Bouncers/Netscape.py index 21aea7c57..f59746024 100644 --- a/Mailman/Bouncers/Netscape.py +++ b/Mailman/Bouncers/Netscape.py @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Netscape Messaging Server bounce formats. diff --git a/Mailman/Bouncers/Postfix.py b/Mailman/Bouncers/Postfix.py index 447e326c8..0231434fe 100644 --- a/Mailman/Bouncers/Postfix.py +++ b/Mailman/Bouncers/Postfix.py @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Parse bounce messages generated by Postfix. diff --git a/Mailman/Bouncers/Qmail.py b/Mailman/Bouncers/Qmail.py index d6a3e3c3d..f6019ce87 100644 --- a/Mailman/Bouncers/Qmail.py +++ b/Mailman/Bouncers/Qmail.py @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Parse bounce messages generated by qmail. diff --git a/Mailman/Bouncers/SMTP32.py b/Mailman/Bouncers/SMTP32.py index 629824617..7f9e73478 100644 --- a/Mailman/Bouncers/SMTP32.py +++ b/Mailman/Bouncers/SMTP32.py @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Something which claims X-Mailer: <SMTP32 vXXXXXX> diff --git a/Mailman/Bouncers/SimpleMatch.py b/Mailman/Bouncers/SimpleMatch.py index 9cb0832b9..c39248b53 100644 --- a/Mailman/Bouncers/SimpleMatch.py +++ b/Mailman/Bouncers/SimpleMatch.py @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Recognizes simple heuristically delimited bounces.""" diff --git a/Mailman/Bouncers/SimpleWarning.py b/Mailman/Bouncers/SimpleWarning.py index bc5155158..eefd46a5a 100644 --- a/Mailman/Bouncers/SimpleWarning.py +++ b/Mailman/Bouncers/SimpleWarning.py @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Recognizes simple heuristically delimited warnings.""" diff --git a/Mailman/Bouncers/Sina.py b/Mailman/Bouncers/Sina.py index 2cc2e69bc..3e39ffacb 100644 --- a/Mailman/Bouncers/Sina.py +++ b/Mailman/Bouncers/Sina.py @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """sina.com bounces""" diff --git a/Mailman/Bouncers/Yahoo.py b/Mailman/Bouncers/Yahoo.py index fd952915c..b3edf4fa7 100644 --- a/Mailman/Bouncers/Yahoo.py +++ b/Mailman/Bouncers/Yahoo.py @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Yahoo! has its own weird format for bounces.""" diff --git a/Mailman/Bouncers/Yale.py b/Mailman/Bouncers/Yale.py index 6afc4d974..6b4aa3ee1 100644 --- a/Mailman/Bouncers/Yale.py +++ b/Mailman/Bouncers/Yale.py @@ -12,7 +12,7 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. """Yale's mail server is pretty dumb. diff --git a/Mailman/Bouncers/__init__.py b/Mailman/Bouncers/__init__.py index 2cbbabb1d..f569e43f4 100644 --- a/Mailman/Bouncers/__init__.py +++ b/Mailman/Bouncers/__init__.py @@ -12,4 +12,4 @@ # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
