#12436: Mail archive lint
---------------------------------+-----------------
Reporter: grarpamp | Owner:
Type: defect | Status: new
Priority: normal | Milestone:
Component: Service - lists | Version:
Resolution: | Keywords:
Actual Points: | Parent ID:
Points: |
---------------------------------+-----------------
Comment (by grarpamp):
{{{
Some From's are not properly escaped:
egrep '^From ' | egrep -v '^From .* at .* ... ... .. ..:..:.. ....$' |
egrep -v ' [0-9]{4}$' | wc -l
91
If you need a correct message count:
egrep '^From ' | egrep '^From .* at .* ... ... .. ..:..:.. ....$' | wc
-l
egrep '^From ' | egrep -v '^From .* at .* ... ... .. ..:..:.. ....$' |
egrep ' [0-9]{4}$' | wc -l
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/12436#comment:2>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs