summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/answer_majordomo_mail2
-rwxr-xr-xscripts/mailcmd4
-rwxr-xr-xscripts/mailowner4
-rwxr-xr-xscripts/owner4
-rwxr-xr-xscripts/post4
-rwxr-xr-xscripts/request4
6 files changed, 11 insertions, 11 deletions
diff --git a/scripts/answer_majordomo_mail b/scripts/answer_majordomo_mail
index 8a7220e5f..0c0ffc82a 100755
--- a/scripts/answer_majordomo_mail
+++ b/scripts/answer_majordomo_mail
@@ -13,7 +13,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 0211-1307, USA.
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
# This is another script that's really just for my use, but
# feel free to use it if you know how...
diff --git a/scripts/mailcmd b/scripts/mailcmd
index 3b767d7b4..4120fb9c7 100755
--- a/scripts/mailcmd
+++ b/scripts/mailcmd
@@ -13,7 +13,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 0211-1307, USA.
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
"""Process emailed commands.
@@ -22,7 +22,7 @@ of the target mailing list.
Errors are redirected to logs/errors."""
-__version__ = "$Revision: 539 $"
+__version__ = "$Revision: 547 $"
import sys
diff --git a/scripts/mailowner b/scripts/mailowner
index 70a9b0d85..914e3f6fc 100755
--- a/scripts/mailowner
+++ b/scripts/mailowner
@@ -13,7 +13,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 0211-1307, USA.
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
"""Send a message to the maillist owner.
@@ -22,7 +22,7 @@ This script gets called by the wrapper.
Stdin is the mail message, and argv[1] is the name of the mailing list
whose owner(s) to send mail to."""
-__version__ = "$Revision: 539 $"
+__version__ = "$Revision: 547 $"
import sys
diff --git a/scripts/owner b/scripts/owner
index 70a9b0d85..914e3f6fc 100755
--- a/scripts/owner
+++ b/scripts/owner
@@ -13,7 +13,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 0211-1307, USA.
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
"""Send a message to the maillist owner.
@@ -22,7 +22,7 @@ This script gets called by the wrapper.
Stdin is the mail message, and argv[1] is the name of the mailing list
whose owner(s) to send mail to."""
-__version__ = "$Revision: 539 $"
+__version__ = "$Revision: 547 $"
import sys
diff --git a/scripts/post b/scripts/post
index 195894c23..964c71a75 100755
--- a/scripts/post
+++ b/scripts/post
@@ -13,7 +13,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 0211-1307, USA.
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
"""Accept posts to a list and handle them properly.
@@ -22,7 +22,7 @@ This script is invoked via the mail wrapper.
Stdin is the mail message, and argv[1] is the name of the target mailing
list."""
-__version__ = "$Revision: 539 $"
+__version__ = "$Revision: 547 $"
# Todo: check size of To: list < 100
# Send back why the post was rejected.
diff --git a/scripts/request b/scripts/request
index 3b767d7b4..4120fb9c7 100755
--- a/scripts/request
+++ b/scripts/request
@@ -13,7 +13,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 0211-1307, USA.
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
"""Process emailed commands.
@@ -22,7 +22,7 @@ of the target mailing list.
Errors are redirected to logs/errors."""
-__version__ = "$Revision: 539 $"
+__version__ = "$Revision: 547 $"
import sys