Skip to content

update never stop running #9

@LeonardoGentile

Description

@LeonardoGentile

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions