Skip to content
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

WWSympa: Detect web crawlers #1667

Merged
merged 3 commits into from
Aug 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion default/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ nobase_nodist_default_DATA = \
nobase_default_DATA = \
auth.conf \
charset.conf \
crawlers_detection.conf \
create_list.conf \
edit_list.conf \
ldap_alias_entry.tt2 \
Expand Down
260 changes: 0 additions & 260 deletions default/crawlers_detection.conf

This file was deleted.

2 changes: 0 additions & 2 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ man5_MANS = \
auth.conf.5 \
automatic_lists_description.conf.5 \
charset.conf.5 \
crawlers_detection.conf.5 \
edit_list.conf.5 \
ldap_alias_manager.conf.5 \
list_config.5 \
Expand All @@ -71,7 +70,6 @@ EXTRA_DIST = $(nobase_doc_DATA) \
auth.conf.pod \
automatic_lists_description.conf.pod \
charset.conf.pod \
crawlers_detection.conf.pod \
edit_list.conf.pod \
ldap_alias_manager.conf.pod \
list_config.pod \
Expand Down
37 changes: 0 additions & 37 deletions doc/crawlers_detection.conf.pod

This file was deleted.

1 change: 0 additions & 1 deletion doc/sympa_config.podpl
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,6 @@ L<https://www.sympa.community/manual/>.

L<auth.conf(5)>,
L<charset.conf(5)>,
L<crawlers_detection.conf(5)>,
L<edit_list.conf(5)>,
L<ldap_alias_manager.conf(5)>,
L<nrcpt_by_domain.conf(5)>,
Expand Down
4 changes: 0 additions & 4 deletions doc/sympa_toc.pod
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,6 @@ Configuration of authentication mechanisms for web interface of Sympa

Configuration file for legacy character set support by Sympa

=item L<crawlers_detection.conf(5)>

User agents to be excluded from session management

=item L<edit_list.conf(5)>

Configuration of privileges to edit list configuration
Expand Down
Loading
Loading