-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "bouncers reset", "bouncers del" and "bouncers [--status] review" commands to sympa.pl #1058
Comments
My ideas:
|
There is certainly no good reason for the underscores 🙄. |
I agree. Perhaps this custom is inspired by Perl's syntax: Identifiers can contain |
How would you like it? I can list the users without errors, then the users with errors, sorted alphabetically or sorted by the number of bounces, or list all users alphabetically with |
@ldidry, flexible querying is nice idea, however we'd be better to start with minimum feature that dumps the bounce status of all subscribers in a list. |
|
Comment on option names: they are too long :-). The So my two cents:
|
Ok for me. @ikedas, is that ok for you? |
In my idea,
I don't know whether plural or singular is better ("members" or "member"). |
I think plural is better, it won’t surprise admins that all bounced members will be deleted, and they will not be surprised either if there is only one. Singular would mean "specify the member to delete" to me. |
Yes, I also think plural is better. |
I see. I’m not familiar with distinction of plural/singular... Besides in my idea, FYI,
|
That would imply that the members have more than one status. Do they? Can they have |
It's just an idea:
and to show them with status, either
|
I suggest dropping the
|
Sounds like a good idea, so I suggest to create a separate issue for --review and remove shows_member_status from #1098. |
I’m ok. I’ll wait for @ikedas’ opinion. |
I'm ok too. |
PR #1098 modified with |
Sorry to rehash this discussion, but things like the following are also possible.
|
Yeah that is definitely more concise 👍 |
Seems good to me. I will update the PR. |
I updated my PR. I followed your suggestion for
I just have a small problem: |
I confirmed it works (with domain for a list in a virtual domain). How it didn't work on your side? |
I thought it was because of my development VM, so I tried on my production server: still not working without the domain 🤔
The domain is defined in |
Due to recent gmail problems, a lot of gmail.com subscribers are in error status in a lot of our lists.
Having a command line tool to cancel errors (and unsubscribe users in error status, since the option exists in the web UI) would be useful.
Note: I intend to code it myself next week, I’m creating this issue to think about it.
Expected Behavior
Being able to cancel errors on unsubscribe users in error status from command line with
sympa.pl
.Current Behavior
Such option does not exist.
The text was updated successfully, but these errors were encountered: