Преглед изворни кода

Clearing the TO var results in mail from organizer to member going to all members. In case of organizer to organizer, it is sufficient to leave the TO var set and let cropswap-sendmail.sh handle CC to other organizers

Pi пре 11 месеци
родитељ
комит
5554302a96
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 4
      filters/cropswap@shandan.one

+ 0 - 4
filters/cropswap@shandan.one

@@ -62,10 +62,6 @@ if ($DISPATCH)
    MLIST="$LISTDIR/alist"
    gdbmopen($MLIST, "R")
    ORGANIZER=gdbmfetch(tolower($FROM))
-   if (gdbmfetch(tolower($TO)) ne "")
-   {
-      TO=""
-   }
    gdbmclose
 
    if ($ORGANIZER eq "NONE" || $ORGANIZER eq "")