dirkgroenen / Goldfish-Autoresponder

Goldfish is a simple autoresponder script (written in PHP) for Postfix.
10 stars 9 forks source link

TYPO (i think) #13

Open jnewman67 opened 6 years ago

jnewman67 commented 6 years ago

this may have been a leftover from what you started with, but I believe this variable is misspelled, based on how it appears it's being used:

in goldfish.sh, line 40:

USER_FILED="email"

i think that should be "FIELD", not "FILED" (related to the user's email field in the database).

it doesn't not appear it affects functionality - but...

thanks.