chiark / gitweb /
Merge remote branch 'origin/master'
[modbot-ulm.git] / stump / bin / submission.pl
index 73c72398696eb35a83bc9cf039e1d52209c9ff66..06cb9ef756d1b7d910bbb95e5202aa8252122122 100755 (executable)
@@ -133,14 +133,8 @@ print STDERR "Too many newsgroups\n";
 # checks if poster needs acknowledgment of receipt
 #
 sub checkAck {
-  my $fromaddr = $From;
-  $fromaddr =~ s/^[-A-Za-z]+\s*\:\s*//;
-  print STDERR "checking noack.list for \"$From|$fromaddr\"\n";
-  if( &nameIsInListExactly( $fromaddr, "noack.list" ) ) {
-    $needAck = "no";
-  } else {
-    $needAck = "yes";
-  }
+  #ULM mods want to disable this, so just return "no"
+  $needAck = "no";
 }
 
 ################################################################### checkPGP