summaryrefslogtreecommitdiff
path: root/scripts/post
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/post')
-rwxr-xr-xscripts/post4
1 files changed, 2 insertions, 2 deletions
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.