Disabled projects must be posted, if forced.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
3801b61d77
commit
1e7bccbbec
2 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ yapfaq 1.1.0 (unreleased)
|
|||
* Add conversion script for old status files.
|
||||
* Accept a posting-frequency of "never", too.
|
||||
* Check for illegal headers and stop posting, if found.
|
||||
* Disabled projects must be posted, if forced.
|
||||
|
||||
yapfaq 1.0.1 (2025-01-24)
|
||||
* Add %t placeholder for Message-ID (feature parity with 0.9).
|
||||
|
|
|
|||
|
|
@ -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 '';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue