Changeset 3bca03c
- Timestamp:
- Aug 16, 2015, 3:03:07 PM (11 years ago)
- Branches:
- master, stable
- Children:
- 63aea04
- Parents:
- 798afa8
- git-author:
- Alex Dehnert <adehnert@…> (08/16/15 15:03:07)
- git-committer:
- Alex Dehnert <adehnert@…> (08/16/15 15:03:07)
- Location:
- asadb
- Files:
-
- 2 edited
-
groups/diffs.py (modified) (2 diffs)
-
space/diffs.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
asadb/groups/diffs.py
r9af1bb4 r3bca03c 199 199 tmpl='groups/diffs/list-update.txt', 200 200 context=context, subject=subject, 201 to=['asa-db @mit.edu'],201 to=['asa-db-auto@mit.edu'], 202 202 ).send() 203 203 … … 260 260 return pred 261 261 262 263 # Note: these aren't actually used (but might have some utility in telling what264 # should be diffed)265 update_asa_exec = 'asa-exec@mit.edu'266 update_funding_board = 'asa-db@mit.edu'267 update_constitution_archive = 'asa-db@mit.edu'268 269 diff_fields = {270 'name' : [ update_asa_exec, ],271 'abbreviation' : [ update_asa_exec, ],272 'officer_email' : [ update_asa_exec, update_funding_board ],273 'constitution_url': [ update_asa_exec, update_constitution_archive ],274 }275 276 # This is used, OTOH277 262 def build_callbacks(): 278 263 callbacks = [] -
asadb/space/diffs.py
r27e09a9 r3bca03c 315 315 changed_groups.append((group_info.group, systems_changes['cac-card'], group_office_changes, group_info.locker_messages, )) 316 316 317 asa_rcpts = ['asa-space @mit.edu', 'asa-db@mit.edu',]317 asa_rcpts = ['asa-space-access@mit.edu'] 318 318 if cac_chars > 0 or cac_locker_msgs: 319 319 util.emails.email_from_template( … … 323 323 to=['caclocks@mit.edu'], 324 324 cc=asa_rcpts, 325 from_email='asa-db-auto@mit.edu', 325 326 ).send() 326 327 group_email_cc = asa_rcpts + ['caclocks@mit.edu'] … … 336 337 to=[group.officer_email], 337 338 cc=group_email_cc, 339 from_email='asa-db-auto@mit.edu', 338 340 ).send() 339 341
Note: See TracChangeset
for help on using the changeset viewer.