Disabled projects must be posted, if forced.

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2026-02-07 18:59:38 +01:00
parent 3801b61d77
commit 1e7bccbbec
2 changed files with 2 additions and 1 deletions

View file

@ -527,7 +527,7 @@ sub BuildPosting {
}
# not due if Posting-Freqency is "none" or never
if ($PostingFrequency =~ /none|never/) {
if ($PostingFrequency =~ /none|never/ && !$OptForce) {
print "... is disabled.\n" if $Config{'verbose'} or $Config{'debug'};
return '';
}