[GH-ISSUE #978] Aliases without "Expire at" date don't work #831

Closed
opened 2026-02-27 11:13:47 +03:00 by kerem · 2 comments
Owner

Originally created by @neutrinus on GitHub (Nov 27, 2016).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/978

I'm using postgres, autogenerated configs:
maildb=> SELECT alr.address FROM modoboa_admin_aliasrecipient AS alr INNER JOIN admin_alias AS al ON alr.alias_id=al.id WHERE al.enabled AND al.expire_at>now();

If I leave empty 'expire at' date - the select doesn't return my alias.

Please either make this field obligatory or change the query. Thank you

Originally created by @neutrinus on GitHub (Nov 27, 2016). Original GitHub issue: https://github.com/modoboa/modoboa/issues/978 I'm using postgres, autogenerated configs: ` maildb=> SELECT alr.address FROM modoboa_admin_aliasrecipient AS alr INNER JOIN admin_alias AS al ON alr.alias_id=al.id WHERE al.enabled AND al.expire_at>now();` If I leave empty 'expire at' date - the select doesn't return my alias. Please either make this field obligatory or change the query. Thank you
kerem closed this issue 2026-02-27 11:13:47 +03:00
Author
Owner

@tonioo commented on GitHub (Nov 27, 2016):

I guess you're not using the latest version. Have you seen this: https://github.com/tonioo/modoboa/issues/922 ?

<!-- gh-comment-id:263125350 --> @tonioo commented on GitHub (Nov 27, 2016): I guess you're not using the latest version. Have you seen this: https://github.com/tonioo/modoboa/issues/922 ?
Author
Owner

@neutrinus commented on GitHub (Nov 27, 2016):

Yeah! I had maps from older version. Thank you!

<!-- gh-comment-id:263132989 --> @neutrinus commented on GitHub (Nov 27, 2016): Yeah! I had maps from older version. Thank you!
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-modoboa#831
No description provided.