File: list_agent

package info (click to toggle)
ax25mail-utils 0.11-7
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 776 kB
  • ctags: 430
  • sloc: sh: 3,183; ansic: 2,942; cpp: 378; makefile: 117; perl: 105
file content (15 lines) | stat: -rwxr-xr-x 703 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/bash
##########################################################################
# This script is called by ulistd when complete message list is received #
# $1 contains the callsign of the BBS (without SSID)                     #
##########################################################################

#----------------------------
# Automatic message download
#----------------------------
axgetmail $1 >>/var/ax25/axgetmail.out 2>>/var/ax25/axgetmail.err

#-----------------------------------------------------
# Call the 'msgcleanup' script to delete old messages
#-----------------------------------------------------
msgcleanup $1 >>/var/ax25/msgcleanup.err 2>>/var/ax25/msgcleanup.err