spoof defense #1
Conversation
|
I am also unfamiliar with the Perl syntax. However, since Josh has provided the code in link your referenced, I am sure it will be fine. I just need to check the diff syntax to make sure the code is in the correct place. |
| @@ -249,6 +249,13 @@ foreach $for (keys %deliveryAddresses) { | |||
| (0,'','','',0,0,0,0,0,0,0,'','',0,'',0,()); | |||
|
|
|||
| ($mprefix,$mword,$mcount,$musername,$mexpiretime) = ('','','','',''); | |||
|
|
|||
| if ($from && lc($for) eq lc($from)) { | |||
eegeeZA
Aug 23, 2019
Member
I have not been able to find docs for the diff syntax, but I believe that 241a244,251 means: near line 241 added lines 244-251. If so, that means the code should be just above # initialize the vars:. But that will not change the final result of the code. My only suggestion would be to indent the body of the if-statement with 4 spaces to align with the rest of the file.
I will merge this pull request soon after I merge the README pull request.
I have not been able to find docs for the diff syntax, but I believe that 241a244,251 means: near line 241 added lines 244-251. If so, that means the code should be just above # initialize the vars:. But that will not change the final result of the code. My only suggestion would be to indent the body of the if-statement with 4 spaces to align with the rest of the file.
I will merge this pull request soon after I merge the README pull request.
shinyone
Aug 23, 2019
•
Author
Collaborator
the two commits seem to be in the same branch now, this one without the corrections...
the two commits seem to be in the same branch now, this one without the corrections...
No idea if this is correct. I have no way of testing.
https://bbs.spamgourmet.com/viewtopic.php?f=5&t=1785&sid=e8ee7853d8bb33db94a857cdc3becbba#p8200