mirror of
https://github.com/anonaddy/anonaddy.git
synced 2026-04-26 06:35:50 +03:00
[GH-ISSUE #119] Last contact column #703
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/anonaddy#703
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @crazy-max on GitHub (Jan 9, 2021).
Original GitHub issue: https://github.com/anonaddy/anonaddy/issues/119
Like Abine, would it be possible to add a "Last contact" column on Aliases page?:
@ccorneli commented on GitHub (Jun 1, 2021):
Similarly Sneakemail has details for: (example)
Last used on: Sat, 28 Dec 2019 00:05:01 +0000'
@xanoni commented on GitHub (Jun 1, 2021):
I strongly vote against this. I would not want this type of information be logged by the server. If you really need to know, you can check your mail program.
@ccorneli commented on GitHub (Jun 1, 2021):
I understand the concern. So perhaps something that can be configured in privacy preferences to optionally enable. (Default would be security/privacy first.. so would need to be manually enabled). It wouldn't need to maintain a full log, it could simply update a register with the latest timestamp as it passes through. Much like it does for message count of forwarded/blocked. (At least that's how I assume it works)
@xanoni commented on GitHub (Jun 1, 2021):
Yes optional is fine, but it should not be just
set hidden=false. I prefer AnonAddy to be a bare bones tool that doesn't try to aggregate and analyze all the data that flows through it. Competitors have added way too much logging for my taste.Users are already increasing their attack surface by adding a middleman to the mix, so why then also ask the middleman to log/aggregate information. I think the convenience is not worth it.
@xanoni commented on GitHub (Jun 1, 2021):
Just created this: https://github.com/anonaddy/anonaddy/issues/163
@crazy-max commented on GitHub (Dec 9, 2021):
Why? This is already logged by Postfix server and the Forwarded counter already gives an hint of the alias activity.
@xanoni commented on GitHub (Jan 10, 2022):
There is a world in which logs are not kept forever.
@texinick commented on GitHub (Aug 25, 2022):
I, too, would like to see a 'last used' date so I have some idea if anything is coming through for the relevant address.
@billyb1987 commented on GitHub (May 5, 2023):
+1 I would like this feature.
@willbrowningme commented on GitHub (Mar 20, 2024):
I've just added this along with an option in the settings to disable it.
You can also now sort your aliases by
Last Forwarded At,Last Replied At,Last Sent AtandLast Blocked At.To view the date information you need to hover over the "count" number for
forwarded,blockedetc. on the aliases page.You can find the option on the settings page under
Save Alias 'Last Used At'.