Sujet : Re: augmenter le niveau de log
De : yamo (at) *nospam* beurdin.invalid (yamo')
Groupes : fr.comp.usenet.serveursDate : 01. Oct 2022, 10:09:09
Autres entêtes
Organisation : <https://pasdenom.info/news.html>
Message-ID : <th903l$hje$1@rasp.pasdenom.info>
References : 1 2 3
User-Agent : Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0 SeaMonkey/2.53.13
Salut,
Julien ÉLIE a tapoté le 29/09/2022 21:48:
D'après la conf par défaut dans postfilter/etc/rules.conf :
#################################################################################
# #
# Forbidden Headers #
# (Headers that must not be forged) #
# #
#################################################################################
#
our %forbidden_headers = ( #
"Complaint", "^X\-Complaints\-To\$", # Reject every article that matches 'Complaint' as name except
# X-Complaints-To
"Post|NNTP", "^NNTP\-Posting\-Host\$|^NNTP\-Posting\-Date\$", # Protect NNTP-Posting-[Host|Date]
"X\-Trace", "^X\-Trace\$", # X-Trace could include an IP
"Path", "^Path\$", # some stupid person forges Path (with X-Real-Path).
"Injection-Info", "^Injection-Info\$", # Google
"Sender", "^Sender\$", # Sender is often forged
"abuse", ".+", # every header with 'abuse' inside the name is a fake
); #
jdd a donc juste besoin de commenter les lignes :
# "Path", "^Path\$",
# "Sender", "^Sender\$",
-- Stéphane