Fix indenting.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
4ce8017756
commit
dd034b71b4
2 changed files with 20 additions and 19 deletions
|
|
@ -200,6 +200,7 @@ while (my $ref = $dataref->fetchrow_arrayref)
|
||||||
$article->drop_headers(('User-Agent'));
|
$article->drop_headers(('User-Agent'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#Neue Message-ID und Approved-Header erzeugen
|
#Neue Message-ID und Approved-Header erzeugen
|
||||||
my $mid = defined($article->header('Message-ID')) ? $article->header('Message-ID') :
|
my $mid = defined($article->header('Message-ID')) ? $article->header('Message-ID') :
|
||||||
'<' . substr (rand() . '-' . time(), 2) . '@' . $config{'mid_fqdn'} . '>';
|
'<' . substr (rand() . '-' . time(), 2) . '@' . $config{'mid_fqdn'} . '>';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue