mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Fixed parsing of DKIM record with ; in quotes
http://sourceforge.net/tracker/?func=detail&atid=117457&aid=3139576&group_id=17457
This commit is contained in:
@@ -36,7 +36,7 @@ while($line = <FILE>) {
|
||||
if ($line =~ /^[^"]*"[^"]*$/) {
|
||||
# Line has only one ", meaning that a ; in the middle
|
||||
# of a quoted string broke it! Fix up
|
||||
$line .= $comment;
|
||||
$line .= ";".$comment;
|
||||
$comment = "";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user