diff options
| author | Barry Warsaw | 2009-12-04 22:51:04 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-12-04 22:51:04 -0500 |
| commit | fb940c1c0362a30d42abb412eece9b3fd1049584 (patch) | |
| tree | 234baab6e5e08002c29d057188e3a655b94f8883 /src/mailman/pipeline/docs | |
| parent | 3915339314239e281a204c7adea3e3977bb6c679 (diff) | |
| download | mailman-fb940c1c0362a30d42abb412eece9b3fd1049584.tar.gz mailman-fb940c1c0362a30d42abb412eece9b3fd1049584.tar.zst mailman-fb940c1c0362a30d42abb412eece9b3fd1049584.zip | |
The delivery agent requires that the message object have a .original_size
attribute. Add this for UserNotifications.
Diffstat (limited to 'src/mailman/pipeline/docs')
| -rw-r--r-- | src/mailman/pipeline/docs/replybot.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mailman/pipeline/docs/replybot.txt b/src/mailman/pipeline/docs/replybot.txt index f02b90254..7d0db010c 100644 --- a/src/mailman/pipeline/docs/replybot.txt +++ b/src/mailman/pipeline/docs/replybot.txt @@ -49,6 +49,7 @@ response. _parsemsg : False listname : _xtest@example.com nodecorate : True + original_size : ... recipients : [u'aperson@example.com'] reduced_list_headers: True version : 3 @@ -137,6 +138,7 @@ header is ignored. _parsemsg : False listname : _xtest@example.com nodecorate : True + original_size : ... recipients : [u'asystem@example.com'] reduced_list_headers: True version : 3 |
