[PR #18] [MERGED] Refactor alias #52

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

📋 Pull Request Information

Original PR: https://github.com/modoboa/modoboa-postfix-autoreply/pull/18
Author: @tonioo
Created: 9/2/2015
Status: Merged
Merged: 9/2/2015
Merged by: @tonioo

Base: masterHead: refactor_alias


📝 Commits (6)

  • d4ddf74 Initial work.
  • 5a77c80 Fix unit tests.
  • 1fb5972 Merge branch 'master' into refactor_alias
  • 889e53e Use the master branch of modoboa-admin.
  • 74536fe Merge branch 'master' into refactor_alias
  • 9e31901 Fix unit test.

📊 Changes

11 files changed (+197 additions, -138 deletions)

View changed files

📝 .travis.yml (+1 -1)
📝 modoboa_postfix_autoreply/__init__.py (+1 -0)
modoboa_postfix_autoreply/apps.py (+14 -0)
📝 modoboa_postfix_autoreply/general_callbacks.py (+0 -67)
modoboa_postfix_autoreply/handlers.py (+77 -0)
modoboa_postfix_autoreply/migrations/0003_move_aliases.py (+30 -0)
modoboa_postfix_autoreply/migrations/0004_delete_alias.py (+17 -0)
📝 modoboa_postfix_autoreply/models.py (+2 -9)
📝 modoboa_postfix_autoreply/modo_extension.py (+14 -14)
📝 modoboa_postfix_autoreply/postfix_maps.py (+1 -20)
📝 modoboa_postfix_autoreply/tests.py (+40 -27)

📄 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/18 **Author:** [@tonioo](https://github.com/tonioo) **Created:** 9/2/2015 **Status:** ✅ Merged **Merged:** 9/2/2015 **Merged by:** [@tonioo](https://github.com/tonioo) **Base:** `master` ← **Head:** `refactor_alias` --- ### 📝 Commits (6) - [`d4ddf74`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/d4ddf747f21337648985ebcedbb84e10bbab8928) Initial work. - [`5a77c80`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/5a77c80bc8024883786bb2cdd7e85eede1bcdaf7) Fix unit tests. - [`1fb5972`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/1fb59720cd621e271787f5ce26c4b7f1fd6a839c) Merge branch 'master' into refactor_alias - [`889e53e`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/889e53ede0b6ebebf32781ee9b7349527de095ee) Use the master branch of modoboa-admin. - [`74536fe`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/74536fe4f065745f4d135b871c8260c2bb36d6c4) Merge branch 'master' into refactor_alias - [`9e31901`](https://github.com/modoboa/modoboa-postfix-autoreply/commit/9e31901659f24f83cf31613399a88d1e0da9af52) Fix unit test. ### 📊 Changes **11 files changed** (+197 additions, -138 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -1) 📝 `modoboa_postfix_autoreply/__init__.py` (+1 -0) ➕ `modoboa_postfix_autoreply/apps.py` (+14 -0) 📝 `modoboa_postfix_autoreply/general_callbacks.py` (+0 -67) ➕ `modoboa_postfix_autoreply/handlers.py` (+77 -0) ➕ `modoboa_postfix_autoreply/migrations/0003_move_aliases.py` (+30 -0) ➕ `modoboa_postfix_autoreply/migrations/0004_delete_alias.py` (+17 -0) 📝 `modoboa_postfix_autoreply/models.py` (+2 -9) 📝 `modoboa_postfix_autoreply/modo_extension.py` (+14 -14) 📝 `modoboa_postfix_autoreply/postfix_maps.py` (+1 -20) 📝 `modoboa_postfix_autoreply/tests.py` (+40 -27) </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:35 +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#52
No description provided.