-
Notifications
You must be signed in to change notification settings - Fork 125
Open
Description
Hello, thanks for this.
I'm trying to update the lists using ./update however it seems I'm not able to.
I've tried several times and it seems the script take a huge amount of time around this block
for domain in $(cat $tmp); do
result=`dig +short mx $domain`
echo $result
if [ -n "$result" ]; then
echo $domain >> $confirmed
fi
done
I'm not exactly sure what it is doing but it seems to me it is stuck in a cycle somehow
Metadata
Metadata
Assignees
Labels
No labels