Accept a posting-frequency of "never", too.
Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
parent
67182bc643
commit
41d307a2fe
2 changed files with 3 additions and 2 deletions
|
|
@ -515,8 +515,8 @@ sub BuildPosting {
|
|||
}
|
||||
}
|
||||
|
||||
# not due if Posting-Freqency is "none"
|
||||
if ($PostingFrequency =~ /none/) {
|
||||
# not due if Posting-Freqency is "none" or never
|
||||
if ($PostingFrequency =~ /none|never/) {
|
||||
print "... is disabled.\n" if $Config{'verbose'} or $Config{'debug'};
|
||||
return '';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue