Open keltia opened 4 years ago
Looks like it could be useful.
Small workaround
for i in `ls *.xml`;do ls -lsah $i && dmarc-cat $i;done
Looks like it could be useful.