Whitespace, not words.
This commit is contained in:
parent
a79e085f74
commit
ab08d69bf0
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ sub FetchPossibleHeaders {
|
||||||
if ($head->get('References')) {
|
if ($head->get('References')) {
|
||||||
chomp();
|
chomp();
|
||||||
|
|
||||||
foreach my $ref (split("\w+", $_)) {
|
foreach my $ref (split(/\s+/, $_)) {
|
||||||
$ref =~ /,?<([^>]+)>/;
|
$ref =~ /,?<([^>]+)>/;
|
||||||
if ($1) {
|
if ($1) {
|
||||||
push(@msgids, $1);
|
push(@msgids, $1);
|
||||||
|
|
Loading…
Reference in a new issue