[PR #59] [MERGED] Moved to global transport table. #72

Closed
opened 2026-02-27 10:25:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa-postfix-autoreply/pull/59
Author: @tonioo
Created: 9/28/2018
Status: Merged
Merged: 9/28/2018
Merged by: @tonioo

Base: masterHead: refacto/use_global_transport_table


📝 Commits (3)

  • 341c073 Moved to global transport table.
  • 2f39787 Fixed migration.
  • 6f12d56 Do not run migrations while testing (mariadb issue).

📊 Changes

11 files changed (+82 additions, -67 deletions)

View changed files

📝 .travis.yml (+1 -1)
📝 modoboa_postfix_autoreply/handlers.py (+10 -16)
modoboa_postfix_autoreply/migrations/0007_auto_20180928_1423.py (+32 -0)
modoboa_postfix_autoreply/migrations/0008_delete_transport.py (+18 -0)
📝 modoboa_postfix_autoreply/models.py (+0 -11)
📝 modoboa_postfix_autoreply/modo_extension.py (+6 -4)
modoboa_postfix_autoreply/postfix_maps.py (+0 -17)
📝 modoboa_postfix_autoreply/tests.py (+8 -17)
📝 setup.py (+5 -1)
📝 test-requirements.txt (+1 -0)
📝 test_project/test_project/settings.py (+1 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/modoboa/modoboa-postfix-autoreply/pull/59 **Author:** [@tonioo](https://github.com/tonioo) **Created:** 9/28/2018 **Status:** ✅ Merged **Merged:** 9/28/2018 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `refacto/use_global_transport_table` --- ### 📝 Commits (3) - [`341c073`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/341c0733bba7a6dfe35a9c3904a5ecf8dc5ab6d2) Moved to global transport table. - [`2f39787`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/2f39787879c464e0b9c85d3477c63496ecef905d) Fixed migration. - [`6f12d56`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/6f12d56ebd5784cf9566b07446fce43288e31c03) Do not run migrations while testing (mariadb issue). ### 📊 Changes **11 files changed** (+82 additions, -67 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -1) 📝 `modoboa_postfix_autoreply/handlers.py` (+10 -16) ➕ `modoboa_postfix_autoreply/migrations/0007_auto_20180928_1423.py` (+32 -0) ➕ `modoboa_postfix_autoreply/migrations/0008_delete_transport.py` (+18 -0) 📝 `modoboa_postfix_autoreply/models.py` (+0 -11) 📝 `modoboa_postfix_autoreply/modo_extension.py` (+6 -4) ➖ `modoboa_postfix_autoreply/postfix_maps.py` (+0 -17) 📝 `modoboa_postfix_autoreply/tests.py` (+8 -17) 📝 `setup.py` (+5 -1) 📝 `test-requirements.txt` (+1 -0) 📝 `test_project/test_project/settings.py` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 10:25:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/modoboa-postfix-autoreply-modoboa#72
No description provided.