Message6709
The note_filter parameter allows one to have a different body section for a nosy message. It could be modified to allow one to change message properties. That would only be used for the UW trackers. This is a small snippet of ansible code that comments Precedence bulk the line out:
- name: comment out prececence bulk
lineinfile:
path: "{{ TRACKER_SRC }}/roundup/mailer.py"
regexp: '^(\s*.*Precedence.*bulk.)$'
backrefs: yes
line: '#\1'
It gets applied after the roundup code is untarred on the tracker host. This way I can keep up with the roundup tip and still be able to have nosy emails not dropped by the UW changes to mailman. |
|
Date |
User |
Action |
Args |
2019-10-07 14:30:58 | tekberg | set | messageid: <1570458658.87.0.0541829833149.issue2550564@roundup.psfhosted.org> |
2019-10-07 14:30:58 | tekberg | set | recipients:
+ tekberg, richard, stefan, ber, rouilj, pefu, Ivan Pozdeev |
2019-10-07 14:30:58 | tekberg | link | issue2550564 messages |
2019-10-07 14:30:58 | tekberg | create | |
|