Paul Menzel
Paul Menzel
@gzentner, maybe you can update the issue title to *module/nanoplot: Empty `input_files` leads to incorrect NanoPlot call*.
Thank you for your patch. Please [improve the git commit message](https://cbea.ms/git-commit/) and the merge/pull request description (summary/title).
[I asked for quotes for implementing this.](https://talk.getindico.io/t/angebotsanfrage-fur-arbeit-an-indico-implementierung-von-per-admin-account-creation-notification-request-for-offer-quote/4425)
Would there be a downside of having it available here too?
I do not fully understand, how the solution is supposed to work. If the conference goes three days, like 1, 2, and 3, and I only want to show the...
I did a little “sprinkle $log->syslog()” debugging. In `_check_dmarc_rr()` in `Message.pm`, `$dns->query("_dmarc.$domain", 'TXT');` does not return anything: https://github.com/sympa-community/sympa/blob/ea8592c70dd22ab6d8b39e2368448fb40d8dbd60/src/lib/Sympa/Message.pm#L3403-L3424 while (0 query("_dmarc.$domain", 'TXT'); $log->syslog('info', '_dmarc_protect in while loop: domain = %s',...
Thank you for your reply. Yes, I verified with `dig`. $ dig txt _dmarc.vocantare.de +short "v=DMARC1; p=none; rua=mailto:[email protected]" (This is just the domain I test with, because I do not...
``` #!/usr/bin/perl use Net::DNS; my $res = Net::DNS::Resolver->new(); my $domain = "_dmarc.vocantare.de"; my $spf_query = $res->query($domain,"TXT"); if ($spf_query) { foreach $rr ($spf_query->answer) { #next unless $rr->txtdata eq '/v=spf/'; print "SPF...
Oh no, it’s SELinux preventing the lookup. It works after `sudo setenforce 0`. :(
`/var/log/audit/audit.log` contains: type=AVC msg=audit(1752302753.696:85038): avc: denied { create } for pid=1739896 comm="bulk.pl" scontext=system_u:system_r:sympa_t:s0 tcontext=system_u:system_r:sympa_t:s0 tclass=udp_socket permissive=0