You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ponymail.apache.org by GitBox <gi...@apache.org> on 2022/04/10 14:10:51 UTC

[GitHub] [incubator-ponymail-foal] sebbASF opened a new issue, #238: Cannot search all apache.org lists alone

sebbASF opened a new issue, #238:
URL: https://github.com/apache/incubator-ponymail-foal/issues/238

   There does not seem to be a way to search all @apache.org lists without also searching all @*.apache.org lists.
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ponymail.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-ponymail-foal] sebbASF commented on issue #238: Cannot search all apache.org lists alone

Posted by GitBox <gi...@apache.org>.
sebbASF commented on issue #238:
URL: https://github.com/apache/incubator-ponymail-foal/issues/238#issuecomment-1107454541

   If that is so, then maybe there is a case for adding separate fields for list name and domain.
   Searching all lists in a domain is a common use case.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ponymail.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-ponymail-foal] Humbedooh commented on issue #238: Cannot search all apache.org lists alone

Posted by GitBox <gi...@apache.org>.
Humbedooh commented on issue #238:
URL: https://github.com/apache/incubator-ponymail-foal/issues/238#issuecomment-1107452781

   Forum could eventually be used, but before we attempt that, we would need to make a tool for fixing up already migrated instances, or they would break if they migrated before Sean's forum patch.
   
   In the meantime, we could switch to a regex and just acknowledge the fact that, for the time being, it assumes your lists do not have dots in their list-name.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ponymail.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-ponymail-foal] sebbASF commented on issue #238: Cannot search all apache.org lists alone

Posted by GitBox <gi...@apache.org>.
sebbASF commented on issue #238:
URL: https://github.com/apache/incubator-ponymail-foal/issues/238#issuecomment-1107450667

   The problem is that the lid format does not distinguish list name and domain.
   In theory a list name could include a '.', which would make it impossible to construct a suitable search, no matter what matching algorithm is used.
   
   Could the search use forum instead?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ponymail.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-ponymail-foal] sebbASF commented on issue #238: Cannot search all apache.org lists alone

Posted by GitBox <gi...@apache.org>.
sebbASF commented on issue #238:
URL: https://github.com/apache/incubator-ponymail-foal/issues/238#issuecomment-1107453649

   I see.
   Yes, let's switch to RE with the option to use forum later.
   
   If RE turns out to be more expensive, it could be used only for searches with a domain that does not have at least N dots in in (where N==2 for the ASF)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ponymail.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-ponymail-foal] Humbedooh commented on issue #238: Cannot search all apache.org lists alone

Posted by GitBox <gi...@apache.org>.
Humbedooh commented on issue #238:
URL: https://github.com/apache/incubator-ponymail-foal/issues/238#issuecomment-1107453857

   From what I've read, both wildcard and regex are "equally bad" at searching, but I bet we can time it and find out.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ponymail.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-ponymail-foal] Humbedooh commented on issue #238: Cannot search all apache.org lists alone

Posted by GitBox <gi...@apache.org>.
Humbedooh commented on issue #238:
URL: https://github.com/apache/incubator-ponymail-foal/issues/238#issuecomment-1107448411

   I wonder if we should change the query at https://github.com/apache/incubator-ponymail-foal/blob/master/server/plugins/defuzzer.py#L125 to use a regex instead? AIUI, they are almost equally good/bad, speed-wise.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@ponymail.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org