Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
日本語対応Mailman POEM版
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yasuhito FUTATSUKI
日本語対応Mailman POEM版
Commits
7ba5a6a1
Commit
7ba5a6a1
authored
9 years ago
by
Yasuhito FUTATSUKI
Browse files
Options
Downloads
Plain Diff
Merge lp:mailman/2.1 Rev 1585
parents
53d4302a
2b8a93aa
Branches
Branches containing commit
Tags
2.1.20+j1p4
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Mailman/MailList.py
+12
-2
12 additions, 2 deletions
Mailman/MailList.py
NEWS
+3
-0
3 additions, 0 deletions
NEWS
NEWS.japan.utf-8
+6
-6
6 additions, 6 deletions
NEWS.japan.utf-8
with
21 additions
and
8 deletions
Mailman/MailList.py
+
12
−
2
View file @
7ba5a6a1
...
...
@@ -1604,9 +1604,19 @@ bad regexp in bounce_matching_header line: %s
if
re
.
search
(
pattern
,
email
,
re
.
IGNORECASE
):
matched
=
pattern
break
except
re
.
error
:
except
re
.
error
,
e
:
# BAW: we should probably remove this pattern
pass
# The GUI won't add a bad regexp, but at least log it.
# The following kludge works because the ban_list stuff
# is the only caller with no at_list.
attr_name
=
at_list
or
'
ban_list
'
syslog
(
'
error
'
,
'
%s in %s has bad regexp
"
%s
"
: %s
'
,
attr_name
,
self
.
internal_name
(),
pattern
,
str
(
e
)
)
elif
at_list
and
pattern
.
startswith
(
'
@
'
):
# XXX Needs to be reviewed for list@domain names.
# this refers to the members of another list in this
...
...
This diff is collapsed.
Click to expand it.
NEWS
+
3
−
0
View file @
7ba5a6a1
...
...
@@ -22,6 +22,9 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
- Invalid regexps in *_these_nonmembers, subscribe_auto_approval and
ban_list are now logged. (LP: #1507241)
- Refactored the GetPattern list method to simplify extending @listname
syntax to new attributes in the future. Changed Moderate.py to use the
GetPattern method to process the *_these_nonmembers lists.
...
...
This diff is collapsed.
Click to expand it.
NEWS.japan.utf-8
+
6
−
6
View file @
7ba5a6a1
...
...
@@ -8,9 +8,9 @@
バージョン番号について、日本語バージョンで先行して修正されていた
変更が本家に採り入れられたものなどもあるため、mergeを行った本家の
バージョンを基準として+j1から再度付番を行うように変更した。
2015年10月1
6
日現在のバージョンは 2.1.20+j1p
3
(rev. 147
1
)となる。
(本家 2.1.20 rev 158
4
に対応)
(2015/10/1
6
by futatuki@poem.co.jp)
2015年10月1
9
日現在のバージョンは 2.1.20+j1p
4
(rev. 147
2
)となる。
(本家 2.1.20 rev 158
5
に対応)
(2015/10/1
9
by futatuki@poem.co.jp)
日本語対応バージョンの基本は README.japan.utf-8 に記したとおりである
が、ちまたに流れるバグ修正や新機能を取り入れて +jN バージョンをリリー
...
...
@@ -26,9 +26,9 @@ mailman-3.0 のリリースに合わせる形で、3.0 新機能の導入と日
(http://bazaar.launchpad.net/~futatuki/mailman/2.1-japan-poem/changes)
を確認のこと。
* 2015-10-1
6
rev. 147
1
Yasuhito FUTATSUKI <futatuki@poem.co.jp>
- 本家 revision 1334 - 158
4
(version 2.1.20)までの変更をmerge
(rev.147
1
;本家の変更については NEWS ファイルの2.1.15の項以降を参照のこと)
* 2015-10-1
9
rev. 147
2
Yasuhito FUTATSUKI <futatuki@poem.co.jp>
- 本家 revision 1334 - 158
5
(version 2.1.20)までの変更をmerge
(rev.147
2
;本家の変更については NEWS ファイルの2.1.15の項以降を参照のこと)
* 2014-12-31 rev. 1419 Yasuhito FUTATSUKI <futatuki@poem.co.jp>
- LP: #1397170 (https://launchpad.net/bugs/1397170) を本家と異なる
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment