View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017586 | phpList 3 application | General | public | 20-01-15 16:17 | 16-01-19 09:49 |
Reporter | gingerling | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.0.11 | ||||
Fixed in Version | 3.2.0 | ||||
Summary | 0017586: private lists are printed with [LISTS] (by default or always?) | ||||
Description | private lists are listed along side the public ones with the [LISTS] placeholder. | ||||
Tags | No tags attached. | ||||
|
I can't replicate this. Can you provide the steps to see that? |
|
Ok I have narrowed it down. It prints ALL lists that the subscriber is a member of, even if they are private (see screenshots) |
|
|
|
|
|
also, I thought we had a similar bug with this where it showed private lists on subscribe pages too, but I can't find it. Still looking. |
|
yes, I see now what you mean. When [LISTS] is used in a normal campaign then it will list all the lists subscribed to, even private ones. But I don't see any point in doing that. If [LISTS] is used in the "request for confirmation", and other transactional messages, it will only list the public lists the subscriber is member of. I guess that can do with documenting clearly. |
|
Ok, well I think the listing what you are a member of is good. It's useful in mails that do the "would you like to unsubscribe" list cleaning idea. So I suggest we remove the private lists from the [lists] placeholder if possible, this is not good. I will document |
|
ok, sure |
|
I've made it depend on https://resources.phplist.com/system/config/preferencepage_show_private_lists which in fact defaults to false, which means by default private lists are suppressed. |