Extend POSTFIX_LOCAL_REGEX to include mail received from localhost#32
Merged
GermanCoding merged 1 commit intoGermanCoding:masterfrom Oct 2, 2025
whitequark:match-localhost
Merged
Extend POSTFIX_LOCAL_REGEX to include mail received from localhost#32GermanCoding merged 1 commit intoGermanCoding:masterfrom whitequark:match-localhost
POSTFIX_LOCAL_REGEX to include mail received from localhost#32GermanCoding merged 1 commit intoGermanCoding:masterfrom
whitequark:match-localhost
Conversation
Collaborator
|
Can you check the tests, it breaks them |
Contributor
Author
|
Fixed. I also took the opportunity to add IPv4 and IPv6 tests for the new functionality. |
GermanCoding
approved these changes
Oct 2, 2025
Owner
|
Thanks! |
Contributor
Author
|
Thank you! Is this worth releasing a new version? |
Owner
|
Yeah definitely at some point. I like to batch a few changes together if it's not urgent, e.g. we also have some localisation fixes in the pipeline that may go in the next release, so I'm holding off on releasing right away. You can install the |
Contributor
Author
|
I actually use Nix rather than Composer so this isn't a blocker for me in any way, I just prefer to keep sources organized. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This matches e.g.:
Thanks for the nice extension!